Shades of Granny Apple #CDFCD5
Tints of Granny Apple #CDFCD5
RGB
CMYK
RGB Variations
Color information
#CDFCD5 (or 0xCDFCD5) is known color: Granny Apple. HEX triplet: CD, FC and D5. RGB value is (205,252,213). Sum of RGB (Red+Green+Blue) = 205+252+213=670 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.60% from 670); Green value is 252 (98.83% from 255 or 37.61% from 670); Blue value is 213 (83.59% from 255 or 31.79% from 670); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFCD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFCD5 is #32032A. Grayscale: #E9E9E9. Windows color (decimal): -3277611 or 14023885. OLE color: 14023885.
HSL color Cylindrical-coordinate representation of color #CDFCD5: hue angle of 130.21º 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 #CDFCD5 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 252 | 213 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.01 |
| HSL | 130.21º | 0.89% | 0.9% | - |
| HSV(B) | 130.21º | 0.19% | 0.99% | - |
| XYZ | 72 | 87.4 | 76.03 | - |
| YUV | 233.5 | 116.43 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 252 | 213 | 0.19 | 0 | 0.15 | 0.01 | 130.21 | 0.89 | 0.9 |
| Hex | CD | FC | D5 | 13 | 0 | F | 1 | 82 | 59 | 5A |
| Octal | 315 | 374 | 325 | 23 | 0 | 17 | 1 | 202 | 131 | 132 |
| Binary | 11001101 | 11111100 | 11010101 | 10011 | 0 | 1111 | 1 | 10000010 | 1011001 | 1011010 |
Color Harmonies of #CDFCD5
Complementary color
Monochromatic Colors of #CDFCD5
Black with #CDFCD5
Text Example
Text Example
White with #CDFCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFCD5; }
p { color: rgb(205,252,213); }
H1.HeaderClassName
{
color: #CDFCD5;
}
.AnyTagClassName
{
color: #CDFCD5;
}
</style>
background-color css
<style>
a { background-color: #CDFCD5; }
a { background-color: rgb(205,252,213); }
div.DivClassName
{
background-color: #CDFCD5;
}
.BgClassName
{
background-color: #CDFCD5;
}
</style>
border-color css
<style>
span { border-color: #CDFCD5; }
span { border-color: rgb(205,252,213); }
td.TdClassName
{
border-color: #CDFCD5;
}
.TagClassName
{
border-color: #CDFCD5;
}
</style>