Shades of Granny Apple #CAFFD1
Tints of Granny Apple #CAFFD1
RGB
CMYK
RGB Variations
Color information
#CAFFD1 (or 0xCAFFD1) is known color: Granny Apple. HEX triplet: CA, FF and D1. RGB value is (202,255,209). Sum of RGB (Red+Green+Blue) = 202+255+209=666 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.33% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 209 (82.03% from 255 or 31.38% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFD1 is #35002E. Grayscale: #EAEAEA. Windows color (decimal): -3473455 or 13762506. OLE color: 13762506.
HSL color Cylindrical-coordinate representation of color #CAFFD1: hue angle of 127.92º 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 #CAFFD1 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 255 | 209 | - |
| CMYK | 0.21 | 0 | 0.18 | 0 |
| HSL | 127.92º | 1% | 0.9% | - |
| HSV(B) | 127.92º | 0.21% | 1% | - |
| XYZ | 71.63 | 88.68 | 73.66 | - |
| YUV | 233.91 | 113.94 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 255 | 209 | 0.21 | 0 | 0.18 | 0 | 127.92 | 1 | 0.9 |
| Hex | CA | FF | D1 | 15 | 0 | 12 | 0 | 80 | 64 | 5A |
| Octal | 312 | 377 | 321 | 25 | 0 | 22 | 0 | 200 | 144 | 132 |
| Binary | 11001010 | 11111111 | 11010001 | 10101 | 0 | 10010 | 0 | 10000000 | 1100100 | 1011010 |
Color Harmonies of #CAFFD1
Complementary color
Monochromatic Colors of #CAFFD1
Black with #CAFFD1
Text Example
Text Example
White with #CAFFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFFD1; }
p { color: rgb(202,255,209); }
H1.HeaderClassName
{
color: #CAFFD1;
}
.AnyTagClassName
{
color: #CAFFD1;
}
</style>
background-color css
<style>
a { background-color: #CAFFD1; }
a { background-color: rgb(202,255,209); }
div.DivClassName
{
background-color: #CAFFD1;
}
.BgClassName
{
background-color: #CAFFD1;
}
</style>
border-color css
<style>
span { border-color: #CAFFD1; }
span { border-color: rgb(202,255,209); }
td.TdClassName
{
border-color: #CAFFD1;
}
.TagClassName
{
border-color: #CAFFD1;
}
</style>