Shades of Granny Apple #CDFCD4
Tints of Granny Apple #CDFCD4
RGB
CMYK
RGB Variations
Color information
#CDFCD4 (or 0xCDFCD4) is known color: Granny Apple. HEX triplet: CD, FC and D4. RGB value is (205,252,212). Sum of RGB (Red+Green+Blue) = 205+252+212=669 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.64% from 669); Green value is 252 (98.83% from 255 or 37.67% from 669); Blue value is 212 (83.20% from 255 or 31.69% from 669); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFCD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFCD4 is #32032B. Grayscale: #E9E9E9. Windows color (decimal): -3277612 or 13958349. OLE color: 13958349.
HSL color Cylindrical-coordinate representation of color #CDFCD4: hue angle of 128.94º 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 #CDFCD4 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 252 | 212 | - |
CMYK | 0.19 | 0 | 0.16 | 0.01 |
HSL | 128.94º | 0.89% | 0.9% | - |
HSV(B) | 128.94º | 0.19% | 0.99% | - |
XYZ | 71.87 | 87.35 | 75.36 | - |
YUV | 233.39 | 115.93 | 107.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 252 | 212 | 0.19 | 0 | 0.16 | 0.01 | 128.94 | 0.89 | 0.9 |
Hex | CD | FC | D4 | 13 | 0 | 10 | 1 | 81 | 59 | 5A |
Octal | 315 | 374 | 324 | 23 | 0 | 20 | 1 | 201 | 131 | 132 |
Binary | 11001101 | 11111100 | 11010100 | 10011 | 0 | 10000 | 1 | 10000001 | 1011001 | 1011010 |
Color Harmonies of #CDFCD4
Complementary color
Monochromatic Colors of #CDFCD4
Black with #CDFCD4
Text Example
Text Example
White with #CDFCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFCD4; }
p { color: rgb(205,252,212); }
H1.HeaderClassName
{
color: #CDFCD4;
}
.AnyTagClassName
{
color: #CDFCD4;
}
</style>
background-color css
<style>
a { background-color: #CDFCD4; }
a { background-color: rgb(205,252,212); }
div.DivClassName
{
background-color: #CDFCD4;
}
.BgClassName
{
background-color: #CDFCD4;
}
</style>
border-color css
<style>
span { border-color: #CDFCD4; }
span { border-color: rgb(205,252,212); }
td.TdClassName
{
border-color: #CDFCD4;
}
.TagClassName
{
border-color: #CDFCD4;
}
</style>