Shades of Granny Apple #C0F8C7
Tints of Granny Apple #C0F8C7
RGB
CMYK
RGB Variations
Color information
#C0F8C7 (or 0xC0F8C7) is known color: Granny Apple. HEX triplet: C0, F8 and C7. RGB value is (192,248,199). Sum of RGB (Red+Green+Blue) = 192+248+199=639 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.05% from 639); Green value is 248 (97.27% from 255 or 38.81% from 639); Blue value is 199 (78.12% from 255 or 31.14% from 639); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F8C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F8C7 is #3F0738. Grayscale: #E1E1E1. Windows color (decimal): -4130617 or 13105344. OLE color: 13105344.
HSL color Cylindrical-coordinate representation of color #C0F8C7: hue angle of 127.5º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0F8C7 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 248 | 199 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.03 |
| HSL | 127.5º | 0.8% | 0.86% | - |
| HSV(B) | 127.5º | 0.23% | 0.97% | - |
| XYZ | 65.61 | 82.46 | 66.49 | - |
| YUV | 225.67 | 112.95 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 248 | 199 | 0.23 | 0 | 0.20 | 0.03 | 127.5 | 0.8 | 0.86 |
| Hex | C0 | F8 | C7 | 17 | 0 | 14 | 3 | 80 | 50 | 56 |
| Octal | 300 | 370 | 307 | 27 | 0 | 24 | 3 | 200 | 120 | 126 |
| Binary | 11000000 | 11111000 | 11000111 | 10111 | 0 | 10100 | 11 | 10000000 | 1010000 | 1010110 |
Color Harmonies of #C0F8C7
Complementary color
Monochromatic Colors of #C0F8C7
Black with #C0F8C7
Text Example
Text Example
White with #C0F8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F8C7; }
p { color: rgb(192,248,199); }
H1.HeaderClassName
{
color: #C0F8C7;
}
.AnyTagClassName
{
color: #C0F8C7;
}
</style>
background-color css
<style>
a { background-color: #C0F8C7; }
a { background-color: rgb(192,248,199); }
div.DivClassName
{
background-color: #C0F8C7;
}
.BgClassName
{
background-color: #C0F8C7;
}
</style>
border-color css
<style>
span { border-color: #C0F8C7; }
span { border-color: rgb(192,248,199); }
td.TdClassName
{
border-color: #C0F8C7;
}
.TagClassName
{
border-color: #C0F8C7;
}
</style>