#C0F299

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

Shades of Reef #C0F299

Tints of Reef #C0F299

Color information

#C0F299 (or 0xC0F299) is unknown color: approx Reef. HEX triplet: C0, F2 and 99. RGB value is (192,242,153). Sum of RGB (Red+Green+Blue) = 192+242+153=587 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.71% from 587); Green value is 242 (94.92% from 255 or 41.23% from 587); Blue value is 153 (60.16% from 255 or 26.06% from 587); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F299 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F299 is #3F0D66. Grayscale: #D9D9D9. Windows color (decimal): -4132199 or 10089152. OLE color: 10089152.

HSL color Cylindrical-coordinate representation of color #C0F299: hue angle of 93.71º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C0F299 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB192242153-
CMYK0.2100.370.05
HSL93.71º77.39%77.45%-
HSV(B)93.71º36.78%94.9%-
XYZ59.2477.0141.88-
YUV216.991.94110.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.71%
GREEN value IS 242 (94.92% from 255) = 41.23%
BLUE value IS 153 (60.16% from 255) = 26.06%
R=32.71%
G=41.23%
B=26.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1922421530.2100.370.0593.7177.3977.45
HexC0F2991502555e4d4d
Octal300362231250455136115115
Binary110000001111001010011001101010100101101101111010011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F299; }

 p { color: rgb(192,242,153); }

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

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

 a { background-color: rgb(192,242,153); }

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

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

 span { border-color: rgb(192,242,153); }

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