Shades of Granny Apple #CDFCD2
Tints of Granny Apple #CDFCD2
RGB
CMYK
RGB Variations
Color information
#CDFCD2 (or 0xCDFCD2) is known color: Granny Apple. HEX triplet: CD, FC and D2. RGB value is (205,252,210). Sum of RGB (Red+Green+Blue) = 205+252+210=667 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.73% from 667); Green value is 252 (98.83% from 255 or 37.78% from 667); Blue value is 210 (82.42% from 255 or 31.48% from 667); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFCD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFCD2 is #32032D. Grayscale: #E9E9E9. Windows color (decimal): -3277614 or 13827277. OLE color: 13827277.
HSL color Cylindrical-coordinate representation of color #CDFCD2: hue angle of 126.38º 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 #CDFCD2 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 252 | 210 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.01 |
| HSL | 126.38º | 0.89% | 0.9% | - |
| HSV(B) | 126.38º | 0.19% | 0.99% | - |
| XYZ | 71.62 | 87.25 | 74.04 | - |
| YUV | 233.16 | 114.93 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 252 | 210 | 0.19 | 0 | 0.17 | 0.01 | 126.38 | 0.89 | 0.9 |
| Hex | CD | FC | D2 | 13 | 0 | 11 | 1 | 7E | 59 | 5A |
| Octal | 315 | 374 | 322 | 23 | 0 | 21 | 1 | 176 | 131 | 132 |
| Binary | 11001101 | 11111100 | 11010010 | 10011 | 0 | 10001 | 1 | 1111110 | 1011001 | 1011010 |
Color Harmonies of #CDFCD2
Complementary color
Monochromatic Colors of #CDFCD2
Black with #CDFCD2
Text Example
Text Example
White with #CDFCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFCD2; }
p { color: rgb(205,252,210); }
H1.HeaderClassName
{
color: #CDFCD2;
}
.AnyTagClassName
{
color: #CDFCD2;
}
</style>
background-color css
<style>
a { background-color: #CDFCD2; }
a { background-color: rgb(205,252,210); }
div.DivClassName
{
background-color: #CDFCD2;
}
.BgClassName
{
background-color: #CDFCD2;
}
</style>
border-color css
<style>
span { border-color: #CDFCD2; }
span { border-color: rgb(205,252,210); }
td.TdClassName
{
border-color: #CDFCD2;
}
.TagClassName
{
border-color: #CDFCD2;
}
</style>