Shades of Granny Apple #C7FFD0
Tints of Granny Apple #C7FFD0
RGB
CMYK
RGB Variations
Color information
#C7FFD0 (or 0xC7FFD0) is known color: Granny Apple. HEX triplet: C7, FF and D0. RGB value is (199,255,208). Sum of RGB (Red+Green+Blue) = 199+255+208=662 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.06% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 208 (81.64% from 255 or 31.42% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FFD0 is #38002F. Grayscale: #E9E9E9. Windows color (decimal): -3670064 or 13696967. OLE color: 13696967.
HSL color Cylindrical-coordinate representation of color #C7FFD0: hue angle of 129.64º 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 #C7FFD0 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 255 | 208 | - |
| CMYK | 0.22 | 0 | 0.18 | 0 |
| HSL | 129.64º | 1% | 0.89% | - |
| HSV(B) | 129.64º | 0.22% | 1% | - |
| XYZ | 70.7 | 88.22 | 72.98 | - |
| YUV | 232.9 | 113.95 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 255 | 208 | 0.22 | 0 | 0.18 | 0 | 129.64 | 1 | 0.89 |
| Hex | C7 | FF | D0 | 16 | 0 | 12 | 0 | 82 | 64 | 59 |
| Octal | 307 | 377 | 320 | 26 | 0 | 22 | 0 | 202 | 144 | 131 |
| Binary | 11000111 | 11111111 | 11010000 | 10110 | 0 | 10010 | 0 | 10000010 | 1100100 | 1011001 |
Color Harmonies of #C7FFD0
Complementary color
Monochromatic Colors of #C7FFD0
Black with #C7FFD0
Text Example
Text Example
White with #C7FFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FFD0; }
p { color: rgb(199,255,208); }
H1.HeaderClassName
{
color: #C7FFD0;
}
.AnyTagClassName
{
color: #C7FFD0;
}
</style>
background-color css
<style>
a { background-color: #C7FFD0; }
a { background-color: rgb(199,255,208); }
div.DivClassName
{
background-color: #C7FFD0;
}
.BgClassName
{
background-color: #C7FFD0;
}
</style>
border-color css
<style>
span { border-color: #C7FFD0; }
span { border-color: rgb(199,255,208); }
td.TdClassName
{
border-color: #C7FFD0;
}
.TagClassName
{
border-color: #C7FFD0;
}
</style>