Shades of Granny Apple #CDFED4
Tints of Granny Apple #CDFED4
RGB
CMYK
RGB Variations
Color information
#CDFED4 (or 0xCDFED4) is known color: Granny Apple. HEX triplet: CD, FE and D4. RGB value is (205,254,212). Sum of RGB (Red+Green+Blue) = 205+254+212=671 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.55% from 671); Green value is 254 (99.61% from 255 or 37.85% from 671); Blue value is 212 (83.20% from 255 or 31.59% from 671); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFED4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFED4 is #32012B. Grayscale: #EAEAEA. Windows color (decimal): -3277100 or 13958861. OLE color: 13958861.
HSL color Cylindrical-coordinate representation of color #CDFED4: hue angle of 128.57º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDFED4 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 254 | 212 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.00 |
| HSL | 128.57º | 0.96% | 0.9% | - |
| HSV(B) | 128.57º | 0.19% | 1% | - |
| XYZ | 72.5 | 88.62 | 75.57 | - |
| YUV | 234.56 | 115.27 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 254 | 212 | 0.19 | 0 | 0.17 | 0.00 | 128.57 | 0.96 | 0.9 |
| Hex | CD | FE | D4 | 13 | 0 | 11 | 0 | 81 | 60 | 5A |
| Octal | 315 | 376 | 324 | 23 | 0 | 21 | 0 | 201 | 140 | 132 |
| Binary | 11001101 | 11111110 | 11010100 | 10011 | 0 | 10001 | 0 | 10000001 | 1100000 | 1011010 |
Color Harmonies of #CDFED4
Complementary color
Monochromatic Colors of #CDFED4
Black with #CDFED4
Text Example
Text Example
White with #CDFED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFED4; }
p { color: rgb(205,254,212); }
H1.HeaderClassName
{
color: #CDFED4;
}
.AnyTagClassName
{
color: #CDFED4;
}
</style>
background-color css
<style>
a { background-color: #CDFED4; }
a { background-color: rgb(205,254,212); }
div.DivClassName
{
background-color: #CDFED4;
}
.BgClassName
{
background-color: #CDFED4;
}
</style>
border-color css
<style>
span { border-color: #CDFED4; }
span { border-color: rgb(205,254,212); }
td.TdClassName
{
border-color: #CDFED4;
}
.TagClassName
{
border-color: #CDFED4;
}
</style>