Shades of Granny Apple #CAFCCD
Tints of Granny Apple #CAFCCD
RGB
CMYK
RGB Variations
Color information
#CAFCCD (or 0xCAFCCD) is known color: Granny Apple. HEX triplet: CA, FC and CD. RGB value is (202,252,205). Sum of RGB (Red+Green+Blue) = 202+252+205=659 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.65% from 659); Green value is 252 (98.83% from 255 or 38.24% from 659); Blue value is 205 (80.47% from 255 or 31.11% from 659); Max value from RGB is 252 - color contains mainly: green. Hex color #CAFCCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFCCD is #350332. Grayscale: #E7E7E7. Windows color (decimal): -3474227 or 13499594. OLE color: 13499594.
HSL color Cylindrical-coordinate representation of color #CAFCCD: hue angle of 123.6º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFCCD is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 252 | 205 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.01 |
| HSL | 123.6º | 0.89% | 0.89% | - |
| HSV(B) | 123.6º | 0.2% | 0.99% | - |
| XYZ | 70.19 | 86.59 | 70.77 | - |
| YUV | 231.69 | 112.94 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 252 | 205 | 0.20 | 0 | 0.19 | 0.01 | 123.6 | 0.89 | 0.89 |
| Hex | CA | FC | CD | 14 | 0 | 13 | 1 | 7C | 59 | 59 |
| Octal | 312 | 374 | 315 | 24 | 0 | 23 | 1 | 174 | 131 | 131 |
| Binary | 11001010 | 11111100 | 11001101 | 10100 | 0 | 10011 | 1 | 1111100 | 1011001 | 1011001 |
Color Harmonies of #CAFCCD
Complementary color
Monochromatic Colors of #CAFCCD
Black with #CAFCCD
Text Example
Text Example
White with #CAFCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFCCD; }
p { color: rgb(202,252,205); }
H1.HeaderClassName
{
color: #CAFCCD;
}
.AnyTagClassName
{
color: #CAFCCD;
}
</style>
background-color css
<style>
a { background-color: #CAFCCD; }
a { background-color: rgb(202,252,205); }
div.DivClassName
{
background-color: #CAFCCD;
}
.BgClassName
{
background-color: #CAFCCD;
}
</style>
border-color css
<style>
span { border-color: #CAFCCD; }
span { border-color: rgb(202,252,205); }
td.TdClassName
{
border-color: #CAFCCD;
}
.TagClassName
{
border-color: #CAFCCD;
}
</style>