Shades of Granny Apple #C7F0C6
Tints of Granny Apple #C7F0C6
RGB
CMYK
RGB Variations
Color information
#C7F0C6 (or 0xC7F0C6) is known color: Granny Apple. HEX triplet: C7, F0 and C6. RGB value is (199,240,198). Sum of RGB (Red+Green+Blue) = 199+240+198=637 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.24% from 637); Green value is 240 (94.14% from 255 or 37.68% from 637); Blue value is 198 (77.73% from 255 or 31.08% from 637); Max value from RGB is 240 - color contains mainly: green. Hex color #C7F0C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7F0C6 is #380F39. Grayscale: #DFDFDF. Windows color (decimal): -3673914 or 13037767. OLE color: 13037767.
HSL color Cylindrical-coordinate representation of color #C7F0C6: hue angle of 118.57º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7F0C6 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 240 | 198 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.06 |
| HSL | 118.57º | 0.58% | 0.86% | - |
| HSV(B) | 118.57º | 0.18% | 0.94% | - |
| XYZ | 64.91 | 78.54 | 65.16 | - |
| YUV | 222.95 | 113.92 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 240 | 198 | 0.17 | 0 | 0.18 | 0.06 | 118.57 | 0.58 | 0.86 |
| Hex | C7 | F0 | C6 | 11 | 0 | 12 | 6 | 77 | 3A | 56 |
| Octal | 307 | 360 | 306 | 21 | 0 | 22 | 6 | 167 | 72 | 126 |
| Binary | 11000111 | 11110000 | 11000110 | 10001 | 0 | 10010 | 110 | 1110111 | 111010 | 1010110 |
Color Harmonies of #C7F0C6
Complementary color
Monochromatic Colors of #C7F0C6
Black with #C7F0C6
Text Example
Text Example
White with #C7F0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F0C6; }
p { color: rgb(199,240,198); }
H1.HeaderClassName
{
color: #C7F0C6;
}
.AnyTagClassName
{
color: #C7F0C6;
}
</style>
background-color css
<style>
a { background-color: #C7F0C6; }
a { background-color: rgb(199,240,198); }
div.DivClassName
{
background-color: #C7F0C6;
}
.BgClassName
{
background-color: #C7F0C6;
}
</style>
border-color css
<style>
span { border-color: #C7F0C6; }
span { border-color: rgb(199,240,198); }
td.TdClassName
{
border-color: #C7F0C6;
}
.TagClassName
{
border-color: #C7F0C6;
}
</style>