Shades of Granny Apple #CDFBD2
Tints of Granny Apple #CDFBD2
RGB
CMYK
RGB Variations
Color information
#CDFBD2 (or 0xCDFBD2) is known color: Granny Apple. HEX triplet: CD, FB and D2. RGB value is (205,251,210). Sum of RGB (Red+Green+Blue) = 205+251+210=666 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.78% from 666); Green value is 251 (98.44% from 255 or 37.69% from 666); Blue value is 210 (82.42% from 255 or 31.53% from 666); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFBD2 is #32042D. Grayscale: #E8E8E8. Windows color (decimal): -3277870 or 13827021. OLE color: 13827021.
HSL color Cylindrical-coordinate representation of color #CDFBD2: hue angle of 126.52º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDFBD2 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 251 | 210 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.02 |
| HSL | 126.52º | 0.85% | 0.89% | - |
| HSV(B) | 126.52º | 0.18% | 0.98% | - |
| XYZ | 71.31 | 86.63 | 73.94 | - |
| YUV | 232.57 | 115.26 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 251 | 210 | 0.18 | 0 | 0.16 | 0.02 | 126.52 | 0.85 | 0.89 |
| Hex | CD | FB | D2 | 12 | 0 | 10 | 2 | 7F | 55 | 59 |
| Octal | 315 | 373 | 322 | 22 | 0 | 20 | 2 | 177 | 125 | 131 |
| Binary | 11001101 | 11111011 | 11010010 | 10010 | 0 | 10000 | 10 | 1111111 | 1010101 | 1011001 |
Color Harmonies of #CDFBD2
Complementary color
Monochromatic Colors of #CDFBD2
Black with #CDFBD2
Text Example
Text Example
White with #CDFBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFBD2; }
p { color: rgb(205,251,210); }
H1.HeaderClassName
{
color: #CDFBD2;
}
.AnyTagClassName
{
color: #CDFBD2;
}
</style>
background-color css
<style>
a { background-color: #CDFBD2; }
a { background-color: rgb(205,251,210); }
div.DivClassName
{
background-color: #CDFBD2;
}
.BgClassName
{
background-color: #CDFBD2;
}
</style>
border-color css
<style>
span { border-color: #CDFBD2; }
span { border-color: rgb(205,251,210); }
td.TdClassName
{
border-color: #CDFBD2;
}
.TagClassName
{
border-color: #CDFBD2;
}
</style>