Shades of Granny Apple #C7FFD7
Tints of Granny Apple #C7FFD7
RGB
CMYK
RGB Variations
Color information
#C7FFD7 (or 0xC7FFD7) is known color: Granny Apple. HEX triplet: C7, FF and D7. RGB value is (199,255,215). Sum of RGB (Red+Green+Blue) = 199+255+215=669 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.75% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 215 (84.38% from 255 or 32.14% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FFD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FFD7 is #380028. Grayscale: #E9E9E9. Windows color (decimal): -3670057 or 14155719. OLE color: 14155719.
HSL color Cylindrical-coordinate representation of color #C7FFD7: hue angle of 137.14º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7FFD7 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 255 | 215 | - |
| CMYK | 0.22 | 0 | 0.16 | 0 |
| HSL | 137.14º | 1% | 0.89% | - |
| HSV(B) | 137.14º | 0.22% | 1% | - |
| XYZ | 71.58 | 88.57 | 77.61 | - |
| YUV | 233.7 | 117.45 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 255 | 215 | 0.22 | 0 | 0.16 | 0 | 137.14 | 1 | 0.89 |
| Hex | C7 | FF | D7 | 16 | 0 | 10 | 0 | 89 | 64 | 59 |
| Octal | 307 | 377 | 327 | 26 | 0 | 20 | 0 | 211 | 144 | 131 |
| Binary | 11000111 | 11111111 | 11010111 | 10110 | 0 | 10000 | 0 | 10001001 | 1100100 | 1011001 |
Color Harmonies of #C7FFD7
Complementary color
Monochromatic Colors of #C7FFD7
Black with #C7FFD7
Text Example
Text Example
White with #C7FFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FFD7; }
p { color: rgb(199,255,215); }
H1.HeaderClassName
{
color: #C7FFD7;
}
.AnyTagClassName
{
color: #C7FFD7;
}
</style>
background-color css
<style>
a { background-color: #C7FFD7; }
a { background-color: rgb(199,255,215); }
div.DivClassName
{
background-color: #C7FFD7;
}
.BgClassName
{
background-color: #C7FFD7;
}
</style>
border-color css
<style>
span { border-color: #C7FFD7; }
span { border-color: rgb(199,255,215); }
td.TdClassName
{
border-color: #C7FFD7;
}
.TagClassName
{
border-color: #C7FFD7;
}
</style>