Shades of Granny Apple #CAFBDA
Tints of Granny Apple #CAFBDA
RGB
CMYK
RGB Variations
Color information
#CAFBDA (or 0xCAFBDA) is known color: Granny Apple. HEX triplet: CA, FB and DA. RGB value is (202,251,218). Sum of RGB (Red+Green+Blue) = 202+251+218=671 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.10% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 218 (85.55% from 255 or 32.49% from 671); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFBDA is #350425. Grayscale: #E8E8E8. Windows color (decimal): -3474470 or 14351306. OLE color: 14351306.
HSL color Cylindrical-coordinate representation of color #CAFBDA: hue angle of 139.59º 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 #CAFBDA is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 251 | 218 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.02 |
| HSL | 139.59º | 0.86% | 0.89% | - |
| HSV(B) | 139.59º | 0.2% | 0.98% | - |
| XYZ | 71.51 | 86.61 | 79.28 | - |
| YUV | 232.59 | 119.77 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 251 | 218 | 0.20 | 0 | 0.13 | 0.02 | 139.59 | 0.86 | 0.89 |
| Hex | CA | FB | DA | 14 | 0 | D | 2 | 8C | 56 | 59 |
| Octal | 312 | 373 | 332 | 24 | 0 | 15 | 2 | 214 | 126 | 131 |
| Binary | 11001010 | 11111011 | 11011010 | 10100 | 0 | 1101 | 10 | 10001100 | 1010110 | 1011001 |
Color Harmonies of #CAFBDA
Complementary color
Monochromatic Colors of #CAFBDA
Black with #CAFBDA
Text Example
Text Example
White with #CAFBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFBDA; }
p { color: rgb(202,251,218); }
H1.HeaderClassName
{
color: #CAFBDA;
}
.AnyTagClassName
{
color: #CAFBDA;
}
</style>
background-color css
<style>
a { background-color: #CAFBDA; }
a { background-color: rgb(202,251,218); }
div.DivClassName
{
background-color: #CAFBDA;
}
.BgClassName
{
background-color: #CAFBDA;
}
</style>
border-color css
<style>
span { border-color: #CAFBDA; }
span { border-color: rgb(202,251,218); }
td.TdClassName
{
border-color: #CAFBDA;
}
.TagClassName
{
border-color: #CAFBDA;
}
</style>