Shades of Granny Apple #CAF4D0
Tints of Granny Apple #CAF4D0
RGB
CMYK
RGB Variations
Color information
#CAF4D0 (or 0xCAF4D0) is known color: Granny Apple. HEX triplet: CA, F4 and D0. RGB value is (202,244,208). Sum of RGB (Red+Green+Blue) = 202+244+208=654 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.89% from 654); Green value is 244 (95.70% from 255 or 37.31% from 654); Blue value is 208 (81.64% from 255 or 31.80% from 654); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF4D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF4D0 is #350B2F. Grayscale: #E3E3E3. Windows color (decimal): -3476272 or 13694154. OLE color: 13694154.
HSL color Cylindrical-coordinate representation of color #CAF4D0: hue angle of 128.57º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAF4D0 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 244 | 208 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.04 |
| HSL | 128.57º | 0.66% | 0.87% | - |
| HSV(B) | 128.57º | 0.17% | 0.96% | - |
| XYZ | 68.09 | 81.81 | 71.88 | - |
| YUV | 227.34 | 117.09 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 244 | 208 | 0.17 | 0 | 0.15 | 0.04 | 128.57 | 0.66 | 0.87 |
| Hex | CA | F4 | D0 | 11 | 0 | F | 4 | 81 | 42 | 57 |
| Octal | 312 | 364 | 320 | 21 | 0 | 17 | 4 | 201 | 102 | 127 |
| Binary | 11001010 | 11110100 | 11010000 | 10001 | 0 | 1111 | 100 | 10000001 | 1000010 | 1010111 |
Color Harmonies of #CAF4D0
Complementary color
Monochromatic Colors of #CAF4D0
Black with #CAF4D0
Text Example
Text Example
White with #CAF4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF4D0; }
p { color: rgb(202,244,208); }
H1.HeaderClassName
{
color: #CAF4D0;
}
.AnyTagClassName
{
color: #CAF4D0;
}
</style>
background-color css
<style>
a { background-color: #CAF4D0; }
a { background-color: rgb(202,244,208); }
div.DivClassName
{
background-color: #CAF4D0;
}
.BgClassName
{
background-color: #CAF4D0;
}
</style>
border-color css
<style>
span { border-color: #CAF4D0; }
span { border-color: rgb(202,244,208); }
td.TdClassName
{
border-color: #CAF4D0;
}
.TagClassName
{
border-color: #CAF4D0;
}
</style>