#C0F29A

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

Shades of Reef #C0F29A

Tints of Reef #C0F29A

Color information

#C0F29A (or 0xC0F29A) is unknown color: approx Reef. HEX triplet: C0, F2 and 9A. RGB value is (192,242,154). Sum of RGB (Red+Green+Blue) = 192+242+154=588 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.65% from 588); Green value is 242 (94.92% from 255 or 41.16% from 588); Blue value is 154 (60.55% from 255 or 26.19% from 588); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F29A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F29A is #3F0D65. Grayscale: #D9D9D9. Windows color (decimal): -4132198 or 10154688. OLE color: 10154688.

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

Color convert

RGB192242154-
CMYK0.2100.360.05
HSL94.09º77.19%77.65%-
HSV(B)94.09º36.36%94.9%-
XYZ59.3277.0442.32-
YUV217.0292.44110.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.65%
GREEN value IS 242 (94.92% from 255) = 41.16%
BLUE value IS 154 (60.55% from 255) = 26.19%
R=32.65%
G=41.16%
B=26.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1922421540.2100.360.0594.0977.1977.65
HexC0F29A1502455e4d4e
Octal300362232250445136115116
Binary110000001111001010011010101010100100101101111010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F29A; }

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

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

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

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

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

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

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

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