Shades of Granny Apple #CAFCCC
Tints of Granny Apple #CAFCCC
RGB
CMYK
RGB Variations
Color information
#CAFCCC (or 0xCAFCCC) is known color: Granny Apple. HEX triplet: CA, FC and CC. RGB value is (202,252,204). Sum of RGB (Red+Green+Blue) = 202+252+204=658 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.70% from 658); Green value is 252 (98.83% from 255 or 38.30% from 658); Blue value is 204 (80.08% from 255 or 31.00% from 658); Max value from RGB is 252 - color contains mainly: green. Hex color #CAFCCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFCCC is #350333. Grayscale: #E7E7E7. Windows color (decimal): -3474228 or 13434058. OLE color: 13434058.
HSL color Cylindrical-coordinate representation of color #CAFCCC: hue angle of 122.4º 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 #CAFCCC is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 252 | 204 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.01 |
| HSL | 122.4º | 0.89% | 0.89% | - |
| HSV(B) | 122.4º | 0.2% | 0.99% | - |
| XYZ | 70.07 | 86.54 | 70.14 | - |
| YUV | 231.58 | 112.44 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 252 | 204 | 0.20 | 0 | 0.19 | 0.01 | 122.4 | 0.89 | 0.89 |
| Hex | CA | FC | CC | 14 | 0 | 13 | 1 | 7A | 59 | 59 |
| Octal | 312 | 374 | 314 | 24 | 0 | 23 | 1 | 172 | 131 | 131 |
| Binary | 11001010 | 11111100 | 11001100 | 10100 | 0 | 10011 | 1 | 1111010 | 1011001 | 1011001 |
Color Harmonies of #CAFCCC
Complementary color
Monochromatic Colors of #CAFCCC
Black with #CAFCCC
Text Example
Text Example
White with #CAFCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFCCC; }
p { color: rgb(202,252,204); }
H1.HeaderClassName
{
color: #CAFCCC;
}
.AnyTagClassName
{
color: #CAFCCC;
}
</style>
background-color css
<style>
a { background-color: #CAFCCC; }
a { background-color: rgb(202,252,204); }
div.DivClassName
{
background-color: #CAFCCC;
}
.BgClassName
{
background-color: #CAFCCC;
}
</style>
border-color css
<style>
span { border-color: #CAFCCC; }
span { border-color: rgb(202,252,204); }
td.TdClassName
{
border-color: #CAFCCC;
}
.TagClassName
{
border-color: #CAFCCC;
}
</style>