Shades of Granny Apple #CAFACC
Tints of Granny Apple #CAFACC
RGB
CMYK
RGB Variations
Color information
#CAFACC (or 0xCAFACC) is known color: Granny Apple. HEX triplet: CA, FA and CC. RGB value is (202,250,204). Sum of RGB (Red+Green+Blue) = 202+250+204=656 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.79% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFACC is #350533. Grayscale: #E6E6E6. Windows color (decimal): -3474740 or 13433546. OLE color: 13433546.
HSL color Cylindrical-coordinate representation of color #CAFACC: hue angle of 122.5º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAFACC is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 250 | 204 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.02 |
| HSL | 122.5º | 0.83% | 0.89% | - |
| HSV(B) | 122.5º | 0.19% | 0.98% | - |
| XYZ | 69.44 | 85.29 | 69.93 | - |
| YUV | 230.4 | 113.1 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 250 | 204 | 0.19 | 0 | 0.18 | 0.02 | 122.5 | 0.83 | 0.89 |
| Hex | CA | FA | CC | 13 | 0 | 12 | 2 | 7B | 53 | 59 |
| Octal | 312 | 372 | 314 | 23 | 0 | 22 | 2 | 173 | 123 | 131 |
| Binary | 11001010 | 11111010 | 11001100 | 10011 | 0 | 10010 | 10 | 1111011 | 1010011 | 1011001 |
Color Harmonies of #CAFACC
Complementary color
Monochromatic Colors of #CAFACC
Black with #CAFACC
Text Example
Text Example
White with #CAFACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFACC; }
p { color: rgb(202,250,204); }
H1.HeaderClassName
{
color: #CAFACC;
}
.AnyTagClassName
{
color: #CAFACC;
}
</style>
background-color css
<style>
a { background-color: #CAFACC; }
a { background-color: rgb(202,250,204); }
div.DivClassName
{
background-color: #CAFACC;
}
.BgClassName
{
background-color: #CAFACC;
}
</style>
border-color css
<style>
span { border-color: #CAFACC; }
span { border-color: rgb(202,250,204); }
td.TdClassName
{
border-color: #CAFACC;
}
.TagClassName
{
border-color: #CAFACC;
}
</style>