Shades of Granny Apple #CAFDDA
Tints of Granny Apple #CAFDDA
RGB
CMYK
RGB Variations
Color information
#CAFDDA (or 0xCAFDDA) is known color: Granny Apple. HEX triplet: CA, FD and DA. RGB value is (202,253,218). Sum of RGB (Red+Green+Blue) = 202+253+218=673 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.01% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 218 (85.55% from 255 or 32.39% from 673); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFDDA is #350225. Grayscale: #E9E9E9. Windows color (decimal): -3473958 or 14351818. OLE color: 14351818.
HSL color Cylindrical-coordinate representation of color #CAFDDA: hue angle of 138.82º 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 #CAFDDA is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 202 | 253 | 218 | - |
CMYK | 0.20 | 0 | 0.14 | 0.01 |
HSL | 138.82º | 0.93% | 0.89% | - |
HSV(B) | 138.82º | 0.2% | 0.99% | - |
XYZ | 72.14 | 87.87 | 79.49 | - |
YUV | 233.76 | 119.1 | 105.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 253 | 218 | 0.20 | 0 | 0.14 | 0.01 | 138.82 | 0.93 | 0.89 |
Hex | CA | FD | DA | 14 | 0 | E | 1 | 8B | 5D | 59 |
Octal | 312 | 375 | 332 | 24 | 0 | 16 | 1 | 213 | 135 | 131 |
Binary | 11001010 | 11111101 | 11011010 | 10100 | 0 | 1110 | 1 | 10001011 | 1011101 | 1011001 |
Color Harmonies of #CAFDDA
Complementary color
Monochromatic Colors of #CAFDDA
Black with #CAFDDA
Text Example
Text Example
White with #CAFDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFDDA; }
p { color: rgb(202,253,218); }
H1.HeaderClassName
{
color: #CAFDDA;
}
.AnyTagClassName
{
color: #CAFDDA;
}
</style>
background-color css
<style>
a { background-color: #CAFDDA; }
a { background-color: rgb(202,253,218); }
div.DivClassName
{
background-color: #CAFDDA;
}
.BgClassName
{
background-color: #CAFDDA;
}
</style>
border-color css
<style>
span { border-color: #CAFDDA; }
span { border-color: rgb(202,253,218); }
td.TdClassName
{
border-color: #CAFDDA;
}
.TagClassName
{
border-color: #CAFDDA;
}
</style>