Shades of Granny Apple #CAFBD5
Tints of Granny Apple #CAFBD5
RGB
CMYK
RGB Variations
Color information
#CAFBD5 (or 0xCAFBD5) is known color: Granny Apple. HEX triplet: CA, FB and D5. RGB value is (202,251,213). Sum of RGB (Red+Green+Blue) = 202+251+213=666 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.33% from 666); Green value is 251 (98.44% from 255 or 37.69% from 666); Blue value is 213 (83.59% from 255 or 31.98% from 666); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFBD5 is #35042A. Grayscale: #E8E8E8. Windows color (decimal): -3474475 or 14023626. OLE color: 14023626.
HSL color Cylindrical-coordinate representation of color #CAFBD5: hue angle of 133.47º 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 #CAFBD5 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 251 | 213 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.02 |
| HSL | 133.47º | 0.86% | 0.89% | - |
| HSV(B) | 133.47º | 0.2% | 0.98% | - |
| XYZ | 70.86 | 86.36 | 75.88 | - |
| YUV | 232.02 | 117.27 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 251 | 213 | 0.20 | 0 | 0.15 | 0.02 | 133.47 | 0.86 | 0.89 |
| Hex | CA | FB | D5 | 14 | 0 | F | 2 | 85 | 56 | 59 |
| Octal | 312 | 373 | 325 | 24 | 0 | 17 | 2 | 205 | 126 | 131 |
| Binary | 11001010 | 11111011 | 11010101 | 10100 | 0 | 1111 | 10 | 10000101 | 1010110 | 1011001 |
Color Harmonies of #CAFBD5
Complementary color
Monochromatic Colors of #CAFBD5
Black with #CAFBD5
Text Example
Text Example
White with #CAFBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFBD5; }
p { color: rgb(202,251,213); }
H1.HeaderClassName
{
color: #CAFBD5;
}
.AnyTagClassName
{
color: #CAFBD5;
}
</style>
background-color css
<style>
a { background-color: #CAFBD5; }
a { background-color: rgb(202,251,213); }
div.DivClassName
{
background-color: #CAFBD5;
}
.BgClassName
{
background-color: #CAFBD5;
}
</style>
border-color css
<style>
span { border-color: #CAFBD5; }
span { border-color: rgb(202,251,213); }
td.TdClassName
{
border-color: #CAFBD5;
}
.TagClassName
{
border-color: #CAFBD5;
}
</style>