Shades of Granny Apple #CDFBD3
Tints of Granny Apple #CDFBD3
RGB
CMYK
RGB Variations
Color information
#CDFBD3 (or 0xCDFBD3) is known color: Granny Apple. HEX triplet: CD, FB and D3. RGB value is (205,251,211). Sum of RGB (Red+Green+Blue) = 205+251+211=667 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.73% from 667); Green value is 251 (98.44% from 255 or 37.63% from 667); Blue value is 211 (82.81% from 255 or 31.63% from 667); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFBD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFBD3 is #32042C. Grayscale: #E8E8E8. Windows color (decimal): -3277869 or 13892557. OLE color: 13892557.
HSL color Cylindrical-coordinate representation of color #CDFBD3: hue angle of 127.83º 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 #CDFBD3 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 251 | 211 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.02 |
| HSL | 127.83º | 0.85% | 0.89% | - |
| HSV(B) | 127.83º | 0.18% | 0.98% | - |
| XYZ | 71.43 | 86.68 | 74.59 | - |
| YUV | 232.69 | 115.76 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 251 | 211 | 0.18 | 0 | 0.16 | 0.02 | 127.83 | 0.85 | 0.89 |
| Hex | CD | FB | D3 | 12 | 0 | 10 | 2 | 80 | 55 | 59 |
| Octal | 315 | 373 | 323 | 22 | 0 | 20 | 2 | 200 | 125 | 131 |
| Binary | 11001101 | 11111011 | 11010011 | 10010 | 0 | 10000 | 10 | 10000000 | 1010101 | 1011001 |
Color Harmonies of #CDFBD3
Complementary color
Monochromatic Colors of #CDFBD3
Black with #CDFBD3
Text Example
Text Example
White with #CDFBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFBD3; }
p { color: rgb(205,251,211); }
H1.HeaderClassName
{
color: #CDFBD3;
}
.AnyTagClassName
{
color: #CDFBD3;
}
</style>
background-color css
<style>
a { background-color: #CDFBD3; }
a { background-color: rgb(205,251,211); }
div.DivClassName
{
background-color: #CDFBD3;
}
.BgClassName
{
background-color: #CDFBD3;
}
</style>
border-color css
<style>
span { border-color: #CDFBD3; }
span { border-color: rgb(205,251,211); }
td.TdClassName
{
border-color: #CDFBD3;
}
.TagClassName
{
border-color: #CDFBD3;
}
</style>