#C0FB91

Color #C0FB91 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #C0FB91

Tints of Reef #C0FB91

Color information

#C0FB91 (or 0xC0FB91) is unknown color: approx Reef. HEX triplet: C0, FB and 91. RGB value is (192,251,145). Sum of RGB (Red+Green+Blue) = 192+251+145=588 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.65% from 588); Green value is 251 (98.44% from 255 or 42.69% from 588); Blue value is 145 (57.03% from 255 or 24.66% from 588); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FB91 is #3F046E. Grayscale: #DDDDDD. Windows color (decimal): -4129903 or 9567168. OLE color: 9567168.

HSL color Cylindrical-coordinate representation of color #C0FB91: hue angle of 93.4º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C0FB91 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB192251145-
CMYK0.2400.420.02
HSL93.4º92.98%77.65%-
HSV(B)93.4º42.23%98.43%-
XYZ61.3582.2539.43-
YUV221.2884.95107.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 32.65%
GREEN value IS 251 (98.44% from 255) = 42.69%
BLUE value IS 145 (57.03% from 255) = 24.66%
R=32.65%
G=42.69%
B=24.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922511450.2400.420.0293.492.9877.65
HexC0FB911802A25d5d4e
Octal300373221300522135135116
Binary11000000111110111001000111000010101010101110110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FB91; }

 p { color: rgb(192,251,145); }

 H1.HeaderClassName
 {
   color: #C0FB91;
 }
 .AnyTagClassName
 {
   color: #C0FB91;
 }
</style>
background-color css

<style>
 a { background-color: #C0FB91; }

 a { background-color: rgb(192,251,145); }

 div.DivClassName
 {
   background-color: #C0FB91;
 }
 .BgClassName
 {
   background-color: #C0FB91;
 }
</style>
border-color css

<style>
 span { border-color: #C0FB91; }

 span { border-color: rgb(192,251,145); }

 td.TdClassName
 {
   border-color: #C0FB91;
 }
 .TagClassName
 {
   border-color: #C0FB91;
 }
</style>