Shades of Granny Apple #CFF7D5
Tints of Granny Apple #CFF7D5
RGB
CMYK
RGB Variations
Color information
#CFF7D5 (or 0xCFF7D5) is known color: Granny Apple. HEX triplet: CF, F7 and D5. RGB value is (207,247,213). Sum of RGB (Red+Green+Blue) = 207+247+213=667 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.03% from 667); Green value is 247 (96.88% from 255 or 37.03% from 667); Blue value is 213 (83.59% from 255 or 31.93% from 667); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF7D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF7D5 is #30082A. Grayscale: #E7E7E7. Windows color (decimal): -3147819 or 14022607. OLE color: 14022607.
HSL color Cylindrical-coordinate representation of color #CFF7D5: hue angle of 129º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFF7D5 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 213 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.03 |
| HSL | 129º | 0.71% | 0.89% | - |
| HSV(B) | 129º | 0.16% | 0.97% | - |
| XYZ | 71 | 84.59 | 75.54 | - |
| YUV | 231.16 | 117.75 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 213 | 0.16 | 0 | 0.14 | 0.03 | 129 | 0.71 | 0.89 |
| Hex | CF | F7 | D5 | 10 | 0 | E | 3 | 81 | 47 | 59 |
| Octal | 317 | 367 | 325 | 20 | 0 | 16 | 3 | 201 | 107 | 131 |
| Binary | 11001111 | 11110111 | 11010101 | 10000 | 0 | 1110 | 11 | 10000001 | 1000111 | 1011001 |
Color Harmonies of #CFF7D5
Complementary color
Monochromatic Colors of #CFF7D5
Black with #CFF7D5
Text Example
Text Example
White with #CFF7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF7D5; }
p { color: rgb(207,247,213); }
H1.HeaderClassName
{
color: #CFF7D5;
}
.AnyTagClassName
{
color: #CFF7D5;
}
</style>
background-color css
<style>
a { background-color: #CFF7D5; }
a { background-color: rgb(207,247,213); }
div.DivClassName
{
background-color: #CFF7D5;
}
.BgClassName
{
background-color: #CFF7D5;
}
</style>
border-color css
<style>
span { border-color: #CFF7D5; }
span { border-color: rgb(207,247,213); }
td.TdClassName
{
border-color: #CFF7D5;
}
.TagClassName
{
border-color: #CFF7D5;
}
</style>