Shades of Granny Apple #CAEFD0
Tints of Granny Apple #CAEFD0
RGB
CMYK
RGB Variations
Color information
#CAEFD0 (or 0xCAEFD0) is known color: Granny Apple. HEX triplet: CA, EF and D0. RGB value is (202,239,208). Sum of RGB (Red+Green+Blue) = 202+239+208=649 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.12% from 649); Green value is 239 (93.75% from 255 or 36.83% from 649); Blue value is 208 (81.64% from 255 or 32.05% from 649); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEFD0 is #35102F. Grayscale: #E0E0E0. Windows color (decimal): -3477552 or 13692874. OLE color: 13692874.
HSL color Cylindrical-coordinate representation of color #CAEFD0: hue angle of 129.73º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAEFD0 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 239 | 208 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.06 |
| HSL | 129.73º | 0.54% | 0.86% | - |
| HSV(B) | 129.73º | 0.15% | 0.94% | - |
| XYZ | 66.61 | 78.84 | 71.38 | - |
| YUV | 224.4 | 118.74 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 239 | 208 | 0.15 | 0 | 0.13 | 0.06 | 129.73 | 0.54 | 0.86 |
| Hex | CA | EF | D0 | F | 0 | D | 6 | 82 | 36 | 56 |
| Octal | 312 | 357 | 320 | 17 | 0 | 15 | 6 | 202 | 66 | 126 |
| Binary | 11001010 | 11101111 | 11010000 | 1111 | 0 | 1101 | 110 | 10000010 | 110110 | 1010110 |
Color Harmonies of #CAEFD0
Complementary color
Monochromatic Colors of #CAEFD0
Black with #CAEFD0
Text Example
Text Example
White with #CAEFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEFD0; }
p { color: rgb(202,239,208); }
H1.HeaderClassName
{
color: #CAEFD0;
}
.AnyTagClassName
{
color: #CAEFD0;
}
</style>
background-color css
<style>
a { background-color: #CAEFD0; }
a { background-color: rgb(202,239,208); }
div.DivClassName
{
background-color: #CAEFD0;
}
.BgClassName
{
background-color: #CAEFD0;
}
</style>
border-color css
<style>
span { border-color: #CAEFD0; }
span { border-color: rgb(202,239,208); }
td.TdClassName
{
border-color: #CAEFD0;
}
.TagClassName
{
border-color: #CAEFD0;
}
</style>