Shades of Granny Apple #CDF4D1
Tints of Granny Apple #CDF4D1
RGB
CMYK
RGB Variations
Color information
#CDF4D1 (or 0xCDF4D1) is known color: Granny Apple. HEX triplet: CD, F4 and D1. RGB value is (205,244,209). Sum of RGB (Red+Green+Blue) = 205+244+209=658 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.16% from 658); Green value is 244 (95.70% from 255 or 37.08% from 658); Blue value is 209 (82.03% from 255 or 31.76% from 658); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF4D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF4D1 is #320B2E. Grayscale: #E4E4E4. Windows color (decimal): -3279663 or 13759693. OLE color: 13759693.
HSL color Cylindrical-coordinate representation of color #CDF4D1: hue angle of 126.15º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDF4D1 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 209 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.04 |
| HSL | 126.15º | 0.64% | 0.88% | - |
| HSV(B) | 126.15º | 0.16% | 0.96% | - |
| XYZ | 69.04 | 82.28 | 72.57 | - |
| YUV | 228.35 | 117.08 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 209 | 0.16 | 0 | 0.14 | 0.04 | 126.15 | 0.64 | 0.88 |
| Hex | CD | F4 | D1 | 10 | 0 | E | 4 | 7E | 40 | 58 |
| Octal | 315 | 364 | 321 | 20 | 0 | 16 | 4 | 176 | 100 | 130 |
| Binary | 11001101 | 11110100 | 11010001 | 10000 | 0 | 1110 | 100 | 1111110 | 1000000 | 1011000 |
Color Harmonies of #CDF4D1
Complementary color
Monochromatic Colors of #CDF4D1
Black with #CDF4D1
Text Example
Text Example
White with #CDF4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF4D1; }
p { color: rgb(205,244,209); }
H1.HeaderClassName
{
color: #CDF4D1;
}
.AnyTagClassName
{
color: #CDF4D1;
}
</style>
background-color css
<style>
a { background-color: #CDF4D1; }
a { background-color: rgb(205,244,209); }
div.DivClassName
{
background-color: #CDF4D1;
}
.BgClassName
{
background-color: #CDF4D1;
}
</style>
border-color css
<style>
span { border-color: #CDF4D1; }
span { border-color: rgb(205,244,209); }
td.TdClassName
{
border-color: #CDF4D1;
}
.TagClassName
{
border-color: #CDF4D1;
}
</style>