Shades of Granny Apple #CAFBCC
Tints of Granny Apple #CAFBCC
RGB
CMYK
RGB Variations
Color information
#CAFBCC (or 0xCAFBCC) is known color: Granny Apple. HEX triplet: CA, FB and CC. RGB value is (202,251,204). Sum of RGB (Red+Green+Blue) = 202+251+204=657 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.75% from 657); Green value is 251 (98.44% from 255 or 38.20% from 657); Blue value is 204 (80.08% from 255 or 31.05% from 657); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFBCC is #350433. Grayscale: #E7E7E7. Windows color (decimal): -3474484 or 13433802. OLE color: 13433802.
HSL color Cylindrical-coordinate representation of color #CAFBCC: hue angle of 122.45º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFBCC is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 251 | 204 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.02 |
| HSL | 122.45º | 0.86% | 0.89% | - |
| HSV(B) | 122.45º | 0.2% | 0.98% | - |
| XYZ | 69.75 | 85.91 | 70.03 | - |
| YUV | 230.99 | 112.77 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 251 | 204 | 0.20 | 0 | 0.19 | 0.02 | 122.45 | 0.86 | 0.89 |
| Hex | CA | FB | CC | 14 | 0 | 13 | 2 | 7A | 56 | 59 |
| Octal | 312 | 373 | 314 | 24 | 0 | 23 | 2 | 172 | 126 | 131 |
| Binary | 11001010 | 11111011 | 11001100 | 10100 | 0 | 10011 | 10 | 1111010 | 1010110 | 1011001 |
Color Harmonies of #CAFBCC
Complementary color
Monochromatic Colors of #CAFBCC
Black with #CAFBCC
Text Example
Text Example
White with #CAFBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFBCC; }
p { color: rgb(202,251,204); }
H1.HeaderClassName
{
color: #CAFBCC;
}
.AnyTagClassName
{
color: #CAFBCC;
}
</style>
background-color css
<style>
a { background-color: #CAFBCC; }
a { background-color: rgb(202,251,204); }
div.DivClassName
{
background-color: #CAFBCC;
}
.BgClassName
{
background-color: #CAFBCC;
}
</style>
border-color css
<style>
span { border-color: #CAFBCC; }
span { border-color: rgb(202,251,204); }
td.TdClassName
{
border-color: #CAFBCC;
}
.TagClassName
{
border-color: #CAFBCC;
}
</style>