Shades of Granny Apple #C0F8CC
Tints of Granny Apple #C0F8CC
RGB
CMYK
RGB Variations
Color information
#C0F8CC (or 0xC0F8CC) is known color: Granny Apple. HEX triplet: C0, F8 and CC. RGB value is (192,248,204). Sum of RGB (Red+Green+Blue) = 192+248+204=644 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.81% from 644); Green value is 248 (97.27% from 255 or 38.51% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F8CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F8CC is #3F0733. Grayscale: #E2E2E2. Windows color (decimal): -4130612 or 13433024. OLE color: 13433024.
HSL color Cylindrical-coordinate representation of color #C0F8CC: hue angle of 132.86º 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 #C0F8CC is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 248 | 204 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.03 |
| HSL | 132.86º | 0.8% | 0.86% | - |
| HSV(B) | 132.86º | 0.23% | 0.97% | - |
| XYZ | 66.2 | 82.7 | 69.6 | - |
| YUV | 226.24 | 115.45 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 248 | 204 | 0.23 | 0 | 0.18 | 0.03 | 132.86 | 0.8 | 0.86 |
| Hex | C0 | F8 | CC | 17 | 0 | 12 | 3 | 85 | 50 | 56 |
| Octal | 300 | 370 | 314 | 27 | 0 | 22 | 3 | 205 | 120 | 126 |
| Binary | 11000000 | 11111000 | 11001100 | 10111 | 0 | 10010 | 11 | 10000101 | 1010000 | 1010110 |
Color Harmonies of #C0F8CC
Complementary color
Monochromatic Colors of #C0F8CC
Black with #C0F8CC
Text Example
Text Example
White with #C0F8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F8CC; }
p { color: rgb(192,248,204); }
H1.HeaderClassName
{
color: #C0F8CC;
}
.AnyTagClassName
{
color: #C0F8CC;
}
</style>
background-color css
<style>
a { background-color: #C0F8CC; }
a { background-color: rgb(192,248,204); }
div.DivClassName
{
background-color: #C0F8CC;
}
.BgClassName
{
background-color: #C0F8CC;
}
</style>
border-color css
<style>
span { border-color: #C0F8CC; }
span { border-color: rgb(192,248,204); }
td.TdClassName
{
border-color: #C0F8CC;
}
.TagClassName
{
border-color: #C0F8CC;
}
</style>