Shades of Granny Apple #CAFFD9
Tints of Granny Apple #CAFFD9
RGB
CMYK
RGB Variations
Color information
#CAFFD9 (or 0xCAFFD9) is known color: Granny Apple. HEX triplet: CA, FF and D9. RGB value is (202,255,217). Sum of RGB (Red+Green+Blue) = 202+255+217=674 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.97% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 217 (85.16% from 255 or 32.20% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFD9 is #350026. Grayscale: #EAEAEA. Windows color (decimal): -3473447 or 14286794. OLE color: 14286794.
HSL color Cylindrical-coordinate representation of color #CAFFD9: hue angle of 136.98º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAFFD9 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 255 | 217 | - |
| CMYK | 0.21 | 0 | 0.15 | 0 |
| HSL | 136.98º | 1% | 0.9% | - |
| HSV(B) | 136.98º | 0.21% | 1% | - |
| XYZ | 72.64 | 89.09 | 79.01 | - |
| YUV | 234.82 | 117.94 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 255 | 217 | 0.21 | 0 | 0.15 | 0 | 136.98 | 1 | 0.9 |
| Hex | CA | FF | D9 | 15 | 0 | F | 0 | 89 | 64 | 5A |
| Octal | 312 | 377 | 331 | 25 | 0 | 17 | 0 | 211 | 144 | 132 |
| Binary | 11001010 | 11111111 | 11011001 | 10101 | 0 | 1111 | 0 | 10001001 | 1100100 | 1011010 |
Color Harmonies of #CAFFD9
Complementary color
Monochromatic Colors of #CAFFD9
Black with #CAFFD9
Text Example
Text Example
White with #CAFFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFFD9; }
p { color: rgb(202,255,217); }
H1.HeaderClassName
{
color: #CAFFD9;
}
.AnyTagClassName
{
color: #CAFFD9;
}
</style>
background-color css
<style>
a { background-color: #CAFFD9; }
a { background-color: rgb(202,255,217); }
div.DivClassName
{
background-color: #CAFFD9;
}
.BgClassName
{
background-color: #CAFFD9;
}
</style>
border-color css
<style>
span { border-color: #CAFFD9; }
span { border-color: rgb(202,255,217); }
td.TdClassName
{
border-color: #CAFFD9;
}
.TagClassName
{
border-color: #CAFFD9;
}
</style>