Shades of Reef #CAE197
Tints of Reef #CAE197
RGB
CMYK
RGB Variations
Color information
#CAE197 (or 0xCAE197) is known color: Reef. HEX triplet: CA, E1 and 97. RGB value is (202,225,151). Sum of RGB (Red+Green+Blue) = 202+225+151=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 225 (88.28% from 255 or 38.93% from 578); Blue value is 151 (59.38% from 255 or 26.12% from 578); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE197 is #351E68. Grayscale: #D1D1D1. Windows color (decimal): -3481193 or 9953738. OLE color: 9953738.
HSL color Cylindrical-coordinate representation of color #CAE197: hue angle of 78.65º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CAE197 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 225 | 151 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.12 |
| HSL | 78.65º | 0.55% | 0.74% | - |
| HSV(B) | 78.65º | 0.33% | 0.88% | - |
| XYZ | 56.87 | 68.64 | 39.53 | - |
| YUV | 209.69 | 94.88 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 225 | 151 | 0.10 | 0 | 0.33 | 0.12 | 78.65 | 0.55 | 0.74 |
| Hex | CA | E1 | 97 | A | 0 | 21 | C | 4F | 37 | 4A |
| Octal | 312 | 341 | 227 | 12 | 0 | 41 | 14 | 117 | 67 | 112 |
| Binary | 11001010 | 11100001 | 10010111 | 1010 | 0 | 100001 | 1100 | 1001111 | 110111 | 1001010 |
Color Harmonies of #CAE197
Complementary color
Monochromatic Colors of #CAE197
Black with #CAE197
Text Example
Text Example
White with #CAE197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE197; }
p { color: rgb(202,225,151); }
H1.HeaderClassName
{
color: #CAE197;
}
.AnyTagClassName
{
color: #CAE197;
}
</style>
background-color css
<style>
a { background-color: #CAE197; }
a { background-color: rgb(202,225,151); }
div.DivClassName
{
background-color: #CAE197;
}
.BgClassName
{
background-color: #CAE197;
}
</style>
border-color css
<style>
span { border-color: #CAE197; }
span { border-color: rgb(202,225,151); }
td.TdClassName
{
border-color: #CAE197;
}
.TagClassName
{
border-color: #CAE197;
}
</style>