Shades of Reef #CAF29C
Tints of Reef #CAF29C
RGB
CMYK
RGB Variations
Color information
#CAF29C (or 0xCAF29C) is known color: Reef. HEX triplet: CA, F2 and 9C. RGB value is (202,242,156). Sum of RGB (Red+Green+Blue) = 202+242+156=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 242 (94.92% from 255 or 40.33% from 600); Blue value is 156 (61.33% from 255 or 26% from 600); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF29C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF29C is #350D63. Grayscale: #DCDCDC. Windows color (decimal): -3476836 or 10285770. OLE color: 10285770.
HSL color Cylindrical-coordinate representation of color #CAF29C: hue angle of 87.91º 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 #CAF29C is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 242 | 156 | - |
| CMYK | 0.17 | 0 | 0.36 | 0.05 |
| HSL | 87.91º | 0.77% | 0.78% | - |
| HSV(B) | 87.91º | 0.36% | 0.95% | - |
| XYZ | 62.11 | 78.46 | 43.32 | - |
| YUV | 220.24 | 91.75 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 242 | 156 | 0.17 | 0 | 0.36 | 0.05 | 87.91 | 0.77 | 0.78 |
| Hex | CA | F2 | 9C | 11 | 0 | 24 | 5 | 58 | 4D | 4E |
| Octal | 312 | 362 | 234 | 21 | 0 | 44 | 5 | 130 | 115 | 116 |
| Binary | 11001010 | 11110010 | 10011100 | 10001 | 0 | 100100 | 101 | 1011000 | 1001101 | 1001110 |
Color Harmonies of #CAF29C
Complementary color
Monochromatic Colors of #CAF29C
Black with #CAF29C
Text Example
Text Example
White with #CAF29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF29C; }
p { color: rgb(202,242,156); }
H1.HeaderClassName
{
color: #CAF29C;
}
.AnyTagClassName
{
color: #CAF29C;
}
</style>
background-color css
<style>
a { background-color: #CAF29C; }
a { background-color: rgb(202,242,156); }
div.DivClassName
{
background-color: #CAF29C;
}
.BgClassName
{
background-color: #CAF29C;
}
</style>
border-color css
<style>
span { border-color: #CAF29C; }
span { border-color: rgb(202,242,156); }
td.TdClassName
{
border-color: #CAF29C;
}
.TagClassName
{
border-color: #CAF29C;
}
</style>