Shades of Granny Apple #CAEFD4
Tints of Granny Apple #CAEFD4
RGB
CMYK
RGB Variations
Color information
#CAEFD4 (or 0xCAEFD4) is known color: Granny Apple. HEX triplet: CA, EF and D4. RGB value is (202,239,212). Sum of RGB (Red+Green+Blue) = 202+239+212=653 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.93% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 212 (83.20% from 255 or 32.47% from 653); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEFD4 is #35102B. Grayscale: #E0E0E0. Windows color (decimal): -3477548 or 13955018. OLE color: 13955018.
HSL color Cylindrical-coordinate representation of color #CAEFD4: hue angle of 136.22º 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 #CAEFD4 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 239 | 212 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.06 |
| HSL | 136.22º | 0.54% | 0.86% | - |
| HSV(B) | 136.22º | 0.15% | 0.94% | - |
| XYZ | 67.11 | 79.04 | 74.01 | - |
| YUV | 224.86 | 120.74 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 239 | 212 | 0.15 | 0 | 0.11 | 0.06 | 136.22 | 0.54 | 0.86 |
| Hex | CA | EF | D4 | F | 0 | B | 6 | 88 | 36 | 56 |
| Octal | 312 | 357 | 324 | 17 | 0 | 13 | 6 | 210 | 66 | 126 |
| Binary | 11001010 | 11101111 | 11010100 | 1111 | 0 | 1011 | 110 | 10001000 | 110110 | 1010110 |
Color Harmonies of #CAEFD4
Complementary color
Monochromatic Colors of #CAEFD4
Black with #CAEFD4
Text Example
Text Example
White with #CAEFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEFD4; }
p { color: rgb(202,239,212); }
H1.HeaderClassName
{
color: #CAEFD4;
}
.AnyTagClassName
{
color: #CAEFD4;
}
</style>
background-color css
<style>
a { background-color: #CAEFD4; }
a { background-color: rgb(202,239,212); }
div.DivClassName
{
background-color: #CAEFD4;
}
.BgClassName
{
background-color: #CAEFD4;
}
</style>
border-color css
<style>
span { border-color: #CAEFD4; }
span { border-color: rgb(202,239,212); }
td.TdClassName
{
border-color: #CAEFD4;
}
.TagClassName
{
border-color: #CAEFD4;
}
</style>