Shades of Granny Apple #CAFED3
Tints of Granny Apple #CAFED3
RGB
CMYK
RGB Variations
Color information
#CAFED3 (or 0xCAFED3) is known color: Granny Apple. HEX triplet: CA, FE and D3. RGB value is (202,254,211). Sum of RGB (Red+Green+Blue) = 202+254+211=667 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.28% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 211 (82.81% from 255 or 31.63% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFED3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFED3 is #35012C. Grayscale: #E9E9E9. Windows color (decimal): -3473709 or 13893322. OLE color: 13893322.
HSL color Cylindrical-coordinate representation of color #CAFED3: hue angle of 130.38º 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 #CAFED3 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 211 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.00 |
| HSL | 130.38º | 0.96% | 0.89% | - |
| HSV(B) | 130.38º | 0.2% | 1% | - |
| XYZ | 71.56 | 88.14 | 74.87 | - |
| YUV | 233.55 | 115.27 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 211 | 0.20 | 0 | 0.17 | 0.00 | 130.38 | 0.96 | 0.89 |
| Hex | CA | FE | D3 | 14 | 0 | 11 | 0 | 82 | 60 | 59 |
| Octal | 312 | 376 | 323 | 24 | 0 | 21 | 0 | 202 | 140 | 131 |
| Binary | 11001010 | 11111110 | 11010011 | 10100 | 0 | 10001 | 0 | 10000010 | 1100000 | 1011001 |
Color Harmonies of #CAFED3
Complementary color
Monochromatic Colors of #CAFED3
Black with #CAFED3
Text Example
Text Example
White with #CAFED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFED3; }
p { color: rgb(202,254,211); }
H1.HeaderClassName
{
color: #CAFED3;
}
.AnyTagClassName
{
color: #CAFED3;
}
</style>
background-color css
<style>
a { background-color: #CAFED3; }
a { background-color: rgb(202,254,211); }
div.DivClassName
{
background-color: #CAFED3;
}
.BgClassName
{
background-color: #CAFED3;
}
</style>
border-color css
<style>
span { border-color: #CAFED3; }
span { border-color: rgb(202,254,211); }
td.TdClassName
{
border-color: #CAFED3;
}
.TagClassName
{
border-color: #CAFED3;
}
</style>