Shades of Granny Apple #CAFDD9
Tints of Granny Apple #CAFDD9
RGB
CMYK
RGB Variations
Color information
#CAFDD9 (or 0xCAFDD9) is known color: Granny Apple. HEX triplet: CA, FD and D9. RGB value is (202,253,217). Sum of RGB (Red+Green+Blue) = 202+253+217=672 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.06% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 217 (85.16% from 255 or 32.29% from 672); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFDD9 is #350226. Grayscale: #E9E9E9. Windows color (decimal): -3473959 or 14286282. OLE color: 14286282.
HSL color Cylindrical-coordinate representation of color #CAFDD9: hue angle of 137.65º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFDD9 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 253 | 217 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.01 |
| HSL | 137.65º | 0.93% | 0.89% | - |
| HSV(B) | 137.65º | 0.2% | 0.99% | - |
| XYZ | 72.01 | 87.82 | 78.8 | - |
| YUV | 233.65 | 118.6 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 253 | 217 | 0.20 | 0 | 0.14 | 0.01 | 137.65 | 0.93 | 0.89 |
| Hex | CA | FD | D9 | 14 | 0 | E | 1 | 8A | 5D | 59 |
| Octal | 312 | 375 | 331 | 24 | 0 | 16 | 1 | 212 | 135 | 131 |
| Binary | 11001010 | 11111101 | 11011001 | 10100 | 0 | 1110 | 1 | 10001010 | 1011101 | 1011001 |
Color Harmonies of #CAFDD9
Complementary color
Monochromatic Colors of #CAFDD9
Black with #CAFDD9
Text Example
Text Example
White with #CAFDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFDD9; }
p { color: rgb(202,253,217); }
H1.HeaderClassName
{
color: #CAFDD9;
}
.AnyTagClassName
{
color: #CAFDD9;
}
</style>
background-color css
<style>
a { background-color: #CAFDD9; }
a { background-color: rgb(202,253,217); }
div.DivClassName
{
background-color: #CAFDD9;
}
.BgClassName
{
background-color: #CAFDD9;
}
</style>
border-color css
<style>
span { border-color: #CAFDD9; }
span { border-color: rgb(202,253,217); }
td.TdClassName
{
border-color: #CAFDD9;
}
.TagClassName
{
border-color: #CAFDD9;
}
</style>