Shades of Granny Apple #CAFED8
Tints of Granny Apple #CAFED8
RGB
CMYK
RGB Variations
Color information
#CAFED8 (or 0xCAFED8) is known color: Granny Apple. HEX triplet: CA, FE and D8. RGB value is (202,254,216). Sum of RGB (Red+Green+Blue) = 202+254+216=672 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.06% from 672); Green value is 254 (99.61% from 255 or 37.80% from 672); Blue value is 216 (84.77% from 255 or 32.14% from 672); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFED8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFED8 is #350127. Grayscale: #EAEAEA. Windows color (decimal): -3473704 or 14221002. OLE color: 14221002.
HSL color Cylindrical-coordinate representation of color #CAFED8: hue angle of 136.15º 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 #CAFED8 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 216 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.00 |
| HSL | 136.15º | 0.96% | 0.89% | - |
| HSV(B) | 136.15º | 0.2% | 1% | - |
| XYZ | 72.19 | 88.4 | 78.22 | - |
| YUV | 234.12 | 117.77 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 216 | 0.20 | 0 | 0.15 | 0.00 | 136.15 | 0.96 | 0.89 |
| Hex | CA | FE | D8 | 14 | 0 | F | 0 | 88 | 60 | 59 |
| Octal | 312 | 376 | 330 | 24 | 0 | 17 | 0 | 210 | 140 | 131 |
| Binary | 11001010 | 11111110 | 11011000 | 10100 | 0 | 1111 | 0 | 10001000 | 1100000 | 1011001 |
Color Harmonies of #CAFED8
Complementary color
Monochromatic Colors of #CAFED8
Black with #CAFED8
Text Example
Text Example
White with #CAFED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFED8; }
p { color: rgb(202,254,216); }
H1.HeaderClassName
{
color: #CAFED8;
}
.AnyTagClassName
{
color: #CAFED8;
}
</style>
background-color css
<style>
a { background-color: #CAFED8; }
a { background-color: rgb(202,254,216); }
div.DivClassName
{
background-color: #CAFED8;
}
.BgClassName
{
background-color: #CAFED8;
}
</style>
border-color css
<style>
span { border-color: #CAFED8; }
span { border-color: rgb(202,254,216); }
td.TdClassName
{
border-color: #CAFED8;
}
.TagClassName
{
border-color: #CAFED8;
}
</style>