Shades of Reef #CAE49D
Tints of Reef #CAE49D
RGB
CMYK
RGB Variations
Color information
#CAE49D (or 0xCAE49D) is known color: Reef. HEX triplet: CA, E4 and 9D. RGB value is (202,228,157). Sum of RGB (Red+Green+Blue) = 202+228+157=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 228 (89.45% from 255 or 38.84% from 587); Blue value is 157 (61.72% from 255 or 26.75% from 587); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE49D is #351B62. Grayscale: #D4D4D4. Windows color (decimal): -3480419 or 10347722. OLE color: 10347722.
HSL color Cylindrical-coordinate representation of color #CAE49D: hue angle of 81.97º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAE49D is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 228 | 157 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.11 |
| HSL | 81.97º | 0.57% | 0.75% | - |
| HSV(B) | 81.97º | 0.31% | 0.89% | - |
| XYZ | 58.19 | 70.48 | 42.44 | - |
| YUV | 212.13 | 96.89 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 228 | 157 | 0.11 | 0 | 0.31 | 0.11 | 81.97 | 0.57 | 0.75 |
| Hex | CA | E4 | 9D | B | 0 | 1F | B | 52 | 39 | 4B |
| Octal | 312 | 344 | 235 | 13 | 0 | 37 | 13 | 122 | 71 | 113 |
| Binary | 11001010 | 11100100 | 10011101 | 1011 | 0 | 11111 | 1011 | 1010010 | 111001 | 1001011 |
Color Harmonies of #CAE49D
Complementary color
Monochromatic Colors of #CAE49D
Black with #CAE49D
Text Example
Text Example
White with #CAE49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE49D; }
p { color: rgb(202,228,157); }
H1.HeaderClassName
{
color: #CAE49D;
}
.AnyTagClassName
{
color: #CAE49D;
}
</style>
background-color css
<style>
a { background-color: #CAE49D; }
a { background-color: rgb(202,228,157); }
div.DivClassName
{
background-color: #CAE49D;
}
.BgClassName
{
background-color: #CAE49D;
}
</style>
border-color css
<style>
span { border-color: #CAE49D; }
span { border-color: rgb(202,228,157); }
td.TdClassName
{
border-color: #CAE49D;
}
.TagClassName
{
border-color: #CAE49D;
}
</style>