color codes Logo

#c0f35b color codes

#C0F35B
(192,243,91)
0 Favorites   0 Comments

Color spaces of #c0f35b

RGB 19224391
HSL0.220.860.65
HSV80°63°95°
CMYK 0.210.000.63   0.05
XYZ55.677176.063021.6447
Yxy76.06300.36300.4959
Hunter Lab87.2141-38.671146.3353
CIE-Lab89.8886-38.057065.8424

#c0f35b color RGB value is (192,243,91).

#c0f35b hex color red value is 192, green value is 243 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #c0f35b hue: 0.22 , saturation: 0.86 and the lightness value of c0f35b is 0.65.

The process color (four color CMYK) of #c0f35b color code is 0.21, 0.00, 0.63, 0.05. Web safe color of #c0f35b is #ccff66. Color #c0f35b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11110011 01011011
Octal 300 363 133
Decimal 192 243 91
Hex C0 F3 5B

RGB Percentages of Color #c0f35b

%36.50
%46.20
%17.30

CMYK Percentages of Color #c0f35b

%21
%0
%63
%5

Triadic Colors of #c0f35b

#c0f35b #5bc0f3 #f35bc0

Analogous Colors of #c0f35b

#c0f35b #74f35b #f3da5b

Monochromatic Colors of #c0f35b

#c0f35b

Complementary Color

#c0f35b #8e5bf3

#c0f35b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0f35b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0f35b Color CSS Codes

.mybgcolor {background-color:#c0f35b; } 
.myforecolor {color:#c0f35b; }
.mybordercolor {border:3px solid #c0f35b; }

#c0f35b Text Font Color

<p style="color:#c0f35b">Text here</p>

This sample text font color is #c0f35b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c0f35b Background Color

<div style="background-color:#c0f35b">
Div content here</div>

This div background color is #c0f35b


#c0f35b Border Color

<div style="border:3px solid #c0f35b">
Div here</div>

This div border color is #c0f35b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,243,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0f35b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0f35b;
  -webkit-box-shadow: 1px 1px 3px 2px #c0f35b;
  box-shadow:         1px 1px 3px 2px #c0f35b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,243,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c0f35b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c0f35b;
  -webkit-box-shadow: 1px 1px 3px 2px #c0f35b;
  box-shadow:         1px 1px 3px 2px #c0f35b;">
Div content here</div>

This div box has shadow with color #c0f35b


Comments

No comments written yet.

Please login to write comment.