Shades of Granny Apple #CAE9CA
Tints of Granny Apple #CAE9CA
RGB
CMYK
RGB Variations
Color information
#CAE9CA (or 0xCAE9CA) is known color: Granny Apple. HEX triplet: CA, E9 and CA. RGB value is (202,233,202). Sum of RGB (Red+Green+Blue) = 202+233+202=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 233 (91.41% from 255 or 36.58% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE9CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE9CA is #351635. Grayscale: #DCDCDC. Windows color (decimal): -3479094 or 13298122. OLE color: 13298122.
HSL color Cylindrical-coordinate representation of color #CAE9CA: hue angle of 120º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAE9CA is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 233 | 202 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.09 |
| HSL | 120º | 0.41% | 0.85% | - |
| HSV(B) | 120º | 0.13% | 0.91% | - |
| XYZ | 64.16 | 75.1 | 66.99 | - |
| YUV | 220.2 | 117.73 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 233 | 202 | 0.13 | 0 | 0.13 | 0.09 | 120 | 0.41 | 0.85 |
| Hex | CA | E9 | CA | D | 0 | D | 9 | 78 | 29 | 55 |
| Octal | 312 | 351 | 312 | 15 | 0 | 15 | 11 | 170 | 51 | 125 |
| Binary | 11001010 | 11101001 | 11001010 | 1101 | 0 | 1101 | 1001 | 1111000 | 101001 | 1010101 |
Color Harmonies of #CAE9CA
Complementary color
Monochromatic Colors of #CAE9CA
Black with #CAE9CA
Text Example
Text Example
White with #CAE9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE9CA; }
p { color: rgb(202,233,202); }
H1.HeaderClassName
{
color: #CAE9CA;
}
.AnyTagClassName
{
color: #CAE9CA;
}
</style>
background-color css
<style>
a { background-color: #CAE9CA; }
a { background-color: rgb(202,233,202); }
div.DivClassName
{
background-color: #CAE9CA;
}
.BgClassName
{
background-color: #CAE9CA;
}
</style>
border-color css
<style>
span { border-color: #CAE9CA; }
span { border-color: rgb(202,233,202); }
td.TdClassName
{
border-color: #CAE9CA;
}
.TagClassName
{
border-color: #CAE9CA;
}
</style>