Shades of Reef #CAE59B
Tints of Reef #CAE59B
RGB
CMYK
RGB Variations
Color information
#CAE59B (or 0xCAE59B) is known color: Reef. HEX triplet: CA, E5 and 9B. RGB value is (202,229,155). Sum of RGB (Red+Green+Blue) = 202+229+155=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 229 (89.84% from 255 or 39.08% from 586); Blue value is 155 (60.94% from 255 or 26.45% from 586); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE59B is #351A64. Grayscale: #D4D4D4. Windows color (decimal): -3480165 or 10216906. OLE color: 10216906.
HSL color Cylindrical-coordinate representation of color #CAE59B: hue angle of 81.89º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAE59B is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 229 | 155 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.10 |
| HSL | 81.89º | 0.59% | 0.75% | - |
| HSV(B) | 81.89º | 0.32% | 0.9% | - |
| XYZ | 58.29 | 70.96 | 41.63 | - |
| YUV | 212.49 | 95.55 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 229 | 155 | 0.12 | 0 | 0.32 | 0.10 | 81.89 | 0.59 | 0.75 |
| Hex | CA | E5 | 9B | C | 0 | 20 | A | 52 | 3B | 4B |
| Octal | 312 | 345 | 233 | 14 | 0 | 40 | 12 | 122 | 73 | 113 |
| Binary | 11001010 | 11100101 | 10011011 | 1100 | 0 | 100000 | 1010 | 1010010 | 111011 | 1001011 |
Color Harmonies of #CAE59B
Complementary color
Monochromatic Colors of #CAE59B
Black with #CAE59B
Text Example
Text Example
White with #CAE59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE59B; }
p { color: rgb(202,229,155); }
H1.HeaderClassName
{
color: #CAE59B;
}
.AnyTagClassName
{
color: #CAE59B;
}
</style>
background-color css
<style>
a { background-color: #CAE59B; }
a { background-color: rgb(202,229,155); }
div.DivClassName
{
background-color: #CAE59B;
}
.BgClassName
{
background-color: #CAE59B;
}
</style>
border-color css
<style>
span { border-color: #CAE59B; }
span { border-color: rgb(202,229,155); }
td.TdClassName
{
border-color: #CAE59B;
}
.TagClassName
{
border-color: #CAE59B;
}
</style>