Shades of Granny Apple #CAFECF
Tints of Granny Apple #CAFECF
RGB
CMYK
RGB Variations
Color information
#CAFECF (or 0xCAFECF) is known color: Granny Apple. HEX triplet: CA, FE and CF. RGB value is (202,254,207). Sum of RGB (Red+Green+Blue) = 202+254+207=663 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.47% from 663); Green value is 254 (99.61% from 255 or 38.31% from 663); Blue value is 207 (81.25% from 255 or 31.22% from 663); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFECF is #350130. Grayscale: #E9E9E9. Windows color (decimal): -3473713 or 13631178. OLE color: 13631178.
HSL color Cylindrical-coordinate representation of color #CAFECF: hue angle of 125.77º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFECF is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 207 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.00 |
| HSL | 125.77º | 0.96% | 0.89% | - |
| HSV(B) | 125.77º | 0.2% | 1% | - |
| XYZ | 71.06 | 87.95 | 72.26 | - |
| YUV | 233.09 | 113.27 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 207 | 0.20 | 0 | 0.19 | 0.00 | 125.77 | 0.96 | 0.89 |
| Hex | CA | FE | CF | 14 | 0 | 13 | 0 | 7E | 60 | 59 |
| Octal | 312 | 376 | 317 | 24 | 0 | 23 | 0 | 176 | 140 | 131 |
| Binary | 11001010 | 11111110 | 11001111 | 10100 | 0 | 10011 | 0 | 1111110 | 1100000 | 1011001 |
Color Harmonies of #CAFECF
Complementary color
Monochromatic Colors of #CAFECF
Black with #CAFECF
Text Example
Text Example
White with #CAFECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFECF; }
p { color: rgb(202,254,207); }
H1.HeaderClassName
{
color: #CAFECF;
}
.AnyTagClassName
{
color: #CAFECF;
}
</style>
background-color css
<style>
a { background-color: #CAFECF; }
a { background-color: rgb(202,254,207); }
div.DivClassName
{
background-color: #CAFECF;
}
.BgClassName
{
background-color: #CAFECF;
}
</style>
border-color css
<style>
span { border-color: #CAFECF; }
span { border-color: rgb(202,254,207); }
td.TdClassName
{
border-color: #CAFECF;
}
.TagClassName
{
border-color: #CAFECF;
}
</style>