Shades of Granny Apple #CAFBD8
Tints of Granny Apple #CAFBD8
RGB
CMYK
RGB Variations
Color information
#CAFBD8 (or 0xCAFBD8) is known color: Granny Apple. HEX triplet: CA, FB and D8. RGB value is (202,251,216). Sum of RGB (Red+Green+Blue) = 202+251+216=669 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.19% from 669); Green value is 251 (98.44% from 255 or 37.52% from 669); Blue value is 216 (84.77% from 255 or 32.29% from 669); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFBD8 is #350427. Grayscale: #E8E8E8. Windows color (decimal): -3474472 or 14220234. OLE color: 14220234.
HSL color Cylindrical-coordinate representation of color #CAFBD8: hue angle of 137.14º 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 #CAFBD8 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
RGB | 202 | 251 | 216 | - |
CMYK | 0.20 | 0 | 0.14 | 0.02 |
HSL | 137.14º | 0.86% | 0.89% | - |
HSV(B) | 137.14º | 0.2% | 0.98% | - |
XYZ | 71.25 | 86.51 | 77.91 | - |
YUV | 232.36 | 118.77 | 106.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 251 | 216 | 0.20 | 0 | 0.14 | 0.02 | 137.14 | 0.86 | 0.89 |
Hex | CA | FB | D8 | 14 | 0 | E | 2 | 89 | 56 | 59 |
Octal | 312 | 373 | 330 | 24 | 0 | 16 | 2 | 211 | 126 | 131 |
Binary | 11001010 | 11111011 | 11011000 | 10100 | 0 | 1110 | 10 | 10001001 | 1010110 | 1011001 |
Color Harmonies of #CAFBD8
Complementary color
Monochromatic Colors of #CAFBD8
Black with #CAFBD8
Text Example
Text Example
White with #CAFBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFBD8; }
p { color: rgb(202,251,216); }
H1.HeaderClassName
{
color: #CAFBD8;
}
.AnyTagClassName
{
color: #CAFBD8;
}
</style>
background-color css
<style>
a { background-color: #CAFBD8; }
a { background-color: rgb(202,251,216); }
div.DivClassName
{
background-color: #CAFBD8;
}
.BgClassName
{
background-color: #CAFBD8;
}
</style>
border-color css
<style>
span { border-color: #CAFBD8; }
span { border-color: rgb(202,251,216); }
td.TdClassName
{
border-color: #CAFBD8;
}
.TagClassName
{
border-color: #CAFBD8;
}
</style>