Shades of Granny Apple #CAFCD2
Tints of Granny Apple #CAFCD2
RGB
CMYK
RGB Variations
Color information
#CAFCD2 (or 0xCAFCD2) is known color: Granny Apple. HEX triplet: CA, FC and D2. RGB value is (202,252,210). Sum of RGB (Red+Green+Blue) = 202+252+210=664 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.42% from 664); Green value is 252 (98.83% from 255 or 37.95% from 664); Blue value is 210 (82.42% from 255 or 31.63% from 664); Max value from RGB is 252 - color contains mainly: green. Hex color #CAFCD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFCD2 is #35032D. Grayscale: #E8E8E8. Windows color (decimal): -3474222 or 13827274. OLE color: 13827274.
HSL color Cylindrical-coordinate representation of color #CAFCD2: hue angle of 129.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 #CAFCD2 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 252 | 210 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.01 |
| HSL | 129.6º | 0.89% | 0.89% | - |
| HSV(B) | 129.6º | 0.2% | 0.99% | - |
| XYZ | 70.8 | 86.83 | 74 | - |
| YUV | 232.26 | 115.44 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 252 | 210 | 0.20 | 0 | 0.17 | 0.01 | 129.6 | 0.89 | 0.89 |
| Hex | CA | FC | D2 | 14 | 0 | 11 | 1 | 82 | 59 | 59 |
| Octal | 312 | 374 | 322 | 24 | 0 | 21 | 1 | 202 | 131 | 131 |
| Binary | 11001010 | 11111100 | 11010010 | 10100 | 0 | 10001 | 1 | 10000010 | 1011001 | 1011001 |
Color Harmonies of #CAFCD2
Complementary color
Monochromatic Colors of #CAFCD2
Black with #CAFCD2
Text Example
Text Example
White with #CAFCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFCD2; }
p { color: rgb(202,252,210); }
H1.HeaderClassName
{
color: #CAFCD2;
}
.AnyTagClassName
{
color: #CAFCD2;
}
</style>
background-color css
<style>
a { background-color: #CAFCD2; }
a { background-color: rgb(202,252,210); }
div.DivClassName
{
background-color: #CAFCD2;
}
.BgClassName
{
background-color: #CAFCD2;
}
</style>
border-color css
<style>
span { border-color: #CAFCD2; }
span { border-color: rgb(202,252,210); }
td.TdClassName
{
border-color: #CAFCD2;
}
.TagClassName
{
border-color: #CAFCD2;
}
</style>