Shades of Granny Apple #CDF7CF
Tints of Granny Apple #CDF7CF
RGB
CMYK
RGB Variations
Color information
#CDF7CF (or 0xCDF7CF) is known color: Granny Apple. HEX triplet: CD, F7 and CF. RGB value is (205,247,207). Sum of RGB (Red+Green+Blue) = 205+247+207=659 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.11% from 659); Green value is 247 (96.88% from 255 or 37.48% from 659); Blue value is 207 (81.25% from 255 or 31.41% from 659); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF7CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF7CF is #320830. Grayscale: #E6E6E6. Windows color (decimal): -3278897 or 13629389. OLE color: 13629389.
HSL color Cylindrical-coordinate representation of color #CDF7CF: hue angle of 122.86º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDF7CF is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 207 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.03 |
| HSL | 122.86º | 0.72% | 0.89% | - |
| HSV(B) | 122.86º | 0.17% | 0.97% | - |
| XYZ | 69.7 | 84.01 | 71.57 | - |
| YUV | 229.88 | 115.09 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 207 | 0.17 | 0 | 0.16 | 0.03 | 122.86 | 0.72 | 0.89 |
| Hex | CD | F7 | CF | 11 | 0 | 10 | 3 | 7B | 48 | 59 |
| Octal | 315 | 367 | 317 | 21 | 0 | 20 | 3 | 173 | 110 | 131 |
| Binary | 11001101 | 11110111 | 11001111 | 10001 | 0 | 10000 | 11 | 1111011 | 1001000 | 1011001 |
Color Harmonies of #CDF7CF
Complementary color
Monochromatic Colors of #CDF7CF
Black with #CDF7CF
Text Example
Text Example
White with #CDF7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF7CF; }
p { color: rgb(205,247,207); }
H1.HeaderClassName
{
color: #CDF7CF;
}
.AnyTagClassName
{
color: #CDF7CF;
}
</style>
background-color css
<style>
a { background-color: #CDF7CF; }
a { background-color: rgb(205,247,207); }
div.DivClassName
{
background-color: #CDF7CF;
}
.BgClassName
{
background-color: #CDF7CF;
}
</style>
border-color css
<style>
span { border-color: #CDF7CF; }
span { border-color: rgb(205,247,207); }
td.TdClassName
{
border-color: #CDF7CF;
}
.TagClassName
{
border-color: #CDF7CF;
}
</style>