Shades of Granny Apple #C7F1CF
Tints of Granny Apple #C7F1CF
RGB
CMYK
RGB Variations
Color information
#C7F1CF (or 0xC7F1CF) is known color: Granny Apple. HEX triplet: C7, F1 and CF. RGB value is (199,241,207). Sum of RGB (Red+Green+Blue) = 199+241+207=647 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.76% from 647); Green value is 241 (94.53% from 255 or 37.25% from 647); Blue value is 207 (81.25% from 255 or 31.99% from 647); Max value from RGB is 241 - color contains mainly: green. Hex color #C7F1CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7F1CF is #380E30. Grayscale: #E0E0E0. Windows color (decimal): -3673649 or 13627847. OLE color: 13627847.
HSL color Cylindrical-coordinate representation of color #C7F1CF: hue angle of 131.43º degrees, saturation: 0.6, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7F1CF is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 241 | 207 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.05 |
| HSL | 131.43º | 0.6% | 0.86% | - |
| HSV(B) | 131.43º | 0.17% | 0.95% | - |
| XYZ | 66.27 | 79.56 | 70.89 | - |
| YUV | 224.57 | 118.09 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 241 | 207 | 0.17 | 0 | 0.14 | 0.05 | 131.43 | 0.6 | 0.86 |
| Hex | C7 | F1 | CF | 11 | 0 | E | 5 | 83 | 3C | 56 |
| Octal | 307 | 361 | 317 | 21 | 0 | 16 | 5 | 203 | 74 | 126 |
| Binary | 11000111 | 11110001 | 11001111 | 10001 | 0 | 1110 | 101 | 10000011 | 111100 | 1010110 |
Color Harmonies of #C7F1CF
Complementary color
Monochromatic Colors of #C7F1CF
Black with #C7F1CF
Text Example
Text Example
White with #C7F1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F1CF; }
p { color: rgb(199,241,207); }
H1.HeaderClassName
{
color: #C7F1CF;
}
.AnyTagClassName
{
color: #C7F1CF;
}
</style>
background-color css
<style>
a { background-color: #C7F1CF; }
a { background-color: rgb(199,241,207); }
div.DivClassName
{
background-color: #C7F1CF;
}
.BgClassName
{
background-color: #C7F1CF;
}
</style>
border-color css
<style>
span { border-color: #C7F1CF; }
span { border-color: rgb(199,241,207); }
td.TdClassName
{
border-color: #C7F1CF;
}
.TagClassName
{
border-color: #C7F1CF;
}
</style>