Shades of Granny Apple #CAFCD1
Tints of Granny Apple #CAFCD1
RGB
CMYK
RGB Variations
Color information
#CAFCD1 (or 0xCAFCD1) is known color: Granny Apple. HEX triplet: CA, FC and D1. RGB value is (202,252,209). Sum of RGB (Red+Green+Blue) = 202+252+209=663 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.47% from 663); Green value is 252 (98.83% from 255 or 38.01% from 663); Blue value is 209 (82.03% from 255 or 31.52% from 663); Max value from RGB is 252 - color contains mainly: green. Hex color #CAFCD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFCD1 is #35032E. Grayscale: #E8E8E8. Windows color (decimal): -3474223 or 13761738. OLE color: 13761738.
HSL color Cylindrical-coordinate representation of color #CAFCD1: hue angle of 128.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 #CAFCD1 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 252 | 209 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.01 |
| HSL | 128.4º | 0.89% | 0.89% | - |
| HSV(B) | 128.4º | 0.2% | 0.99% | - |
| XYZ | 70.68 | 86.78 | 73.35 | - |
| YUV | 232.15 | 114.94 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 252 | 209 | 0.20 | 0 | 0.17 | 0.01 | 128.4 | 0.89 | 0.89 |
| Hex | CA | FC | D1 | 14 | 0 | 11 | 1 | 80 | 59 | 59 |
| Octal | 312 | 374 | 321 | 24 | 0 | 21 | 1 | 200 | 131 | 131 |
| Binary | 11001010 | 11111100 | 11010001 | 10100 | 0 | 10001 | 1 | 10000000 | 1011001 | 1011001 |
Color Harmonies of #CAFCD1
Complementary color
Monochromatic Colors of #CAFCD1
Black with #CAFCD1
Text Example
Text Example
White with #CAFCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFCD1; }
p { color: rgb(202,252,209); }
H1.HeaderClassName
{
color: #CAFCD1;
}
.AnyTagClassName
{
color: #CAFCD1;
}
</style>
background-color css
<style>
a { background-color: #CAFCD1; }
a { background-color: rgb(202,252,209); }
div.DivClassName
{
background-color: #CAFCD1;
}
.BgClassName
{
background-color: #CAFCD1;
}
</style>
border-color css
<style>
span { border-color: #CAFCD1; }
span { border-color: rgb(202,252,209); }
td.TdClassName
{
border-color: #CAFCD1;
}
.TagClassName
{
border-color: #CAFCD1;
}
</style>