#C0F991

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

Shades of Reef #C0F991

Tints of Reef #C0F991

Color information

#C0F991 (or 0xC0F991) is unknown color: approx Reef. HEX triplet: C0, F9 and 91. RGB value is (192,249,145). Sum of RGB (Red+Green+Blue) = 192+249+145=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 249 (97.66% from 255 or 42.49% from 586); Blue value is 145 (57.03% from 255 or 24.74% from 586); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F991 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F991 is #3F066E. Grayscale: #DCDCDC. Windows color (decimal): -4130415 or 9566656. OLE color: 9566656.

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

Color convert

RGB192249145-
CMYK0.2300.420.02
HSL92.88º89.66%77.25%-
HSV(B)92.88º41.77%97.65%-
XYZ60.728139.22-
YUV220.185.62107.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.76%
GREEN value IS 249 (97.66% from 255) = 42.49%
BLUE value IS 145 (57.03% from 255) = 24.74%
R=32.76%
G=42.49%
B=24.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922491450.2300.420.0292.8889.6677.25
HexC0F9911702A25d5a4d
Octal300371221270522135132115
Binary11000000111110011001000110111010101010101110110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F991; }

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

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

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

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

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

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

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

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