Shades of Granny Apple #C0F7C7
Tints of Granny Apple #C0F7C7
RGB
CMYK
RGB Variations
Color information
#C0F7C7 (or 0xC0F7C7) is known color: Granny Apple. HEX triplet: C0, F7 and C7. RGB value is (192,247,199). Sum of RGB (Red+Green+Blue) = 192+247+199=638 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.09% from 638); Green value is 247 (96.88% from 255 or 38.71% from 638); Blue value is 199 (78.12% from 255 or 31.19% from 638); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F7C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F7C7 is #3F0838. Grayscale: #E1E1E1. Windows color (decimal): -4130873 or 13105088. OLE color: 13105088.
HSL color Cylindrical-coordinate representation of color #C0F7C7: hue angle of 127.64º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0F7C7 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 247 | 199 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.03 |
| HSL | 127.64º | 0.77% | 0.86% | - |
| HSV(B) | 127.64º | 0.22% | 0.97% | - |
| XYZ | 65.31 | 81.85 | 66.39 | - |
| YUV | 225.08 | 113.28 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 247 | 199 | 0.22 | 0 | 0.19 | 0.03 | 127.64 | 0.77 | 0.86 |
| Hex | C0 | F7 | C7 | 16 | 0 | 13 | 3 | 80 | 4D | 56 |
| Octal | 300 | 367 | 307 | 26 | 0 | 23 | 3 | 200 | 115 | 126 |
| Binary | 11000000 | 11110111 | 11000111 | 10110 | 0 | 10011 | 11 | 10000000 | 1001101 | 1010110 |
Color Harmonies of #C0F7C7
Complementary color
Monochromatic Colors of #C0F7C7
Black with #C0F7C7
Text Example
Text Example
White with #C0F7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F7C7; }
p { color: rgb(192,247,199); }
H1.HeaderClassName
{
color: #C0F7C7;
}
.AnyTagClassName
{
color: #C0F7C7;
}
</style>
background-color css
<style>
a { background-color: #C0F7C7; }
a { background-color: rgb(192,247,199); }
div.DivClassName
{
background-color: #C0F7C7;
}
.BgClassName
{
background-color: #C0F7C7;
}
</style>
border-color css
<style>
span { border-color: #C0F7C7; }
span { border-color: rgb(192,247,199); }
td.TdClassName
{
border-color: #C0F7C7;
}
.TagClassName
{
border-color: #C0F7C7;
}
</style>