Shades of Reef #CAE795
Tints of Reef #CAE795
RGB
CMYK
RGB Variations
Color information
#CAE795 (or 0xCAE795) is known color: Reef. HEX triplet: CA, E7 and 95. RGB value is (202,231,149). Sum of RGB (Red+Green+Blue) = 202+231+149=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 231 (90.62% from 255 or 39.69% from 582); Blue value is 149 (58.59% from 255 or 25.60% from 582); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE795 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE795 is #35186A. Grayscale: #D5D5D5. Windows color (decimal): -3479659 or 9824202. OLE color: 9824202.
HSL color Cylindrical-coordinate representation of color #CAE795: hue angle of 81.22º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CAE795 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 231 | 149 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.09 |
| HSL | 81.22º | 0.63% | 0.75% | - |
| HSV(B) | 81.22º | 0.35% | 0.91% | - |
| XYZ | 58.36 | 71.88 | 39.23 | - |
| YUV | 212.98 | 91.89 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 231 | 149 | 0.13 | 0 | 0.35 | 0.09 | 81.22 | 0.63 | 0.75 |
| Hex | CA | E7 | 95 | D | 0 | 23 | 9 | 51 | 3F | 4B |
| Octal | 312 | 347 | 225 | 15 | 0 | 43 | 11 | 121 | 77 | 113 |
| Binary | 11001010 | 11100111 | 10010101 | 1101 | 0 | 100011 | 1001 | 1010001 | 111111 | 1001011 |
Color Harmonies of #CAE795
Complementary color
Monochromatic Colors of #CAE795
Black with #CAE795
Text Example
Text Example
White with #CAE795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE795; }
p { color: rgb(202,231,149); }
H1.HeaderClassName
{
color: #CAE795;
}
.AnyTagClassName
{
color: #CAE795;
}
</style>
background-color css
<style>
a { background-color: #CAE795; }
a { background-color: rgb(202,231,149); }
div.DivClassName
{
background-color: #CAE795;
}
.BgClassName
{
background-color: #CAE795;
}
</style>
border-color css
<style>
span { border-color: #CAE795; }
span { border-color: rgb(202,231,149); }
td.TdClassName
{
border-color: #CAE795;
}
.TagClassName
{
border-color: #CAE795;
}
</style>