Shades of Granny Apple #CDF0CF
Tints of Granny Apple #CDF0CF
RGB
CMYK
RGB Variations
Color information
#CDF0CF (or 0xCDF0CF) is known color: Granny Apple. HEX triplet: CD, F0 and CF. RGB value is (205,240,207). Sum of RGB (Red+Green+Blue) = 205+240+207=652 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.44% from 652); Green value is 240 (94.14% from 255 or 36.81% from 652); Blue value is 207 (81.25% from 255 or 31.75% from 652); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF0CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF0CF is #320F30. Grayscale: #E1E1E1. Windows color (decimal): -3280689 or 13627597. OLE color: 13627597.
HSL color Cylindrical-coordinate representation of color #CDF0CF: hue angle of 123.43º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDF0CF is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 207 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.06 |
| HSL | 123.43º | 0.54% | 0.87% | - |
| HSV(B) | 123.43º | 0.15% | 0.94% | - |
| XYZ | 67.6 | 79.8 | 70.87 | - |
| YUV | 225.77 | 117.4 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 207 | 0.15 | 0 | 0.14 | 0.06 | 123.43 | 0.54 | 0.87 |
| Hex | CD | F0 | CF | F | 0 | E | 6 | 7B | 36 | 57 |
| Octal | 315 | 360 | 317 | 17 | 0 | 16 | 6 | 173 | 66 | 127 |
| Binary | 11001101 | 11110000 | 11001111 | 1111 | 0 | 1110 | 110 | 1111011 | 110110 | 1010111 |
Color Harmonies of #CDF0CF
Complementary color
Monochromatic Colors of #CDF0CF
Black with #CDF0CF
Text Example
Text Example
White with #CDF0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF0CF; }
p { color: rgb(205,240,207); }
H1.HeaderClassName
{
color: #CDF0CF;
}
.AnyTagClassName
{
color: #CDF0CF;
}
</style>
background-color css
<style>
a { background-color: #CDF0CF; }
a { background-color: rgb(205,240,207); }
div.DivClassName
{
background-color: #CDF0CF;
}
.BgClassName
{
background-color: #CDF0CF;
}
</style>
border-color css
<style>
span { border-color: #CDF0CF; }
span { border-color: rgb(205,240,207); }
td.TdClassName
{
border-color: #CDF0CF;
}
.TagClassName
{
border-color: #CDF0CF;
}
</style>