Shades of Granny Apple #CDFCD1
Tints of Granny Apple #CDFCD1
RGB
CMYK
RGB Variations
Color information
#CDFCD1 (or 0xCDFCD1) is known color: Granny Apple. HEX triplet: CD, FC and D1. RGB value is (205,252,209). Sum of RGB (Red+Green+Blue) = 205+252+209=666 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.78% from 666); Green value is 252 (98.83% from 255 or 37.84% from 666); Blue value is 209 (82.03% from 255 or 31.38% from 666); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFCD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFCD1 is #32032E. Grayscale: #E9E9E9. Windows color (decimal): -3277615 or 13761741. OLE color: 13761741.
HSL color Cylindrical-coordinate representation of color #CDFCD1: hue angle of 125.11º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDFCD1 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 252 | 209 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.01 |
| HSL | 125.11º | 0.89% | 0.9% | - |
| HSV(B) | 125.11º | 0.19% | 0.99% | - |
| XYZ | 71.5 | 87.2 | 73.39 | - |
| YUV | 233.05 | 114.43 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 252 | 209 | 0.19 | 0 | 0.17 | 0.01 | 125.11 | 0.89 | 0.9 |
| Hex | CD | FC | D1 | 13 | 0 | 11 | 1 | 7D | 59 | 5A |
| Octal | 315 | 374 | 321 | 23 | 0 | 21 | 1 | 175 | 131 | 132 |
| Binary | 11001101 | 11111100 | 11010001 | 10011 | 0 | 10001 | 1 | 1111101 | 1011001 | 1011010 |
Color Harmonies of #CDFCD1
Complementary color
Monochromatic Colors of #CDFCD1
Black with #CDFCD1
Text Example
Text Example
White with #CDFCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFCD1; }
p { color: rgb(205,252,209); }
H1.HeaderClassName
{
color: #CDFCD1;
}
.AnyTagClassName
{
color: #CDFCD1;
}
</style>
background-color css
<style>
a { background-color: #CDFCD1; }
a { background-color: rgb(205,252,209); }
div.DivClassName
{
background-color: #CDFCD1;
}
.BgClassName
{
background-color: #CDFCD1;
}
</style>
border-color css
<style>
span { border-color: #CDFCD1; }
span { border-color: rgb(205,252,209); }
td.TdClassName
{
border-color: #CDFCD1;
}
.TagClassName
{
border-color: #CDFCD1;
}
</style>