Shades of Granny Apple #C0F7CC
Tints of Granny Apple #C0F7CC
RGB
CMYK
RGB Variations
Color information
#C0F7CC (or 0xC0F7CC) is known color: Granny Apple. HEX triplet: C0, F7 and CC. RGB value is (192,247,204). Sum of RGB (Red+Green+Blue) = 192+247+204=643 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.86% from 643); Green value is 247 (96.88% from 255 or 38.41% from 643); Blue value is 204 (80.08% from 255 or 31.73% from 643); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F7CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F7CC is #3F0833. Grayscale: #E1E1E1. Windows color (decimal): -4130868 or 13432768. OLE color: 13432768.
HSL color Cylindrical-coordinate representation of color #C0F7CC: hue angle of 133.09º 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 #C0F7CC is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 247 | 204 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.03 |
| HSL | 133.09º | 0.77% | 0.86% | - |
| HSV(B) | 133.09º | 0.22% | 0.97% | - |
| XYZ | 65.9 | 82.09 | 69.5 | - |
| YUV | 225.65 | 115.78 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 247 | 204 | 0.22 | 0 | 0.17 | 0.03 | 133.09 | 0.77 | 0.86 |
| Hex | C0 | F7 | CC | 16 | 0 | 11 | 3 | 85 | 4D | 56 |
| Octal | 300 | 367 | 314 | 26 | 0 | 21 | 3 | 205 | 115 | 126 |
| Binary | 11000000 | 11110111 | 11001100 | 10110 | 0 | 10001 | 11 | 10000101 | 1001101 | 1010110 |
Color Harmonies of #C0F7CC
Complementary color
Monochromatic Colors of #C0F7CC
Black with #C0F7CC
Text Example
Text Example
White with #C0F7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F7CC; }
p { color: rgb(192,247,204); }
H1.HeaderClassName
{
color: #C0F7CC;
}
.AnyTagClassName
{
color: #C0F7CC;
}
</style>
background-color css
<style>
a { background-color: #C0F7CC; }
a { background-color: rgb(192,247,204); }
div.DivClassName
{
background-color: #C0F7CC;
}
.BgClassName
{
background-color: #C0F7CC;
}
</style>
border-color css
<style>
span { border-color: #C0F7CC; }
span { border-color: rgb(192,247,204); }
td.TdClassName
{
border-color: #C0F7CC;
}
.TagClassName
{
border-color: #C0F7CC;
}
</style>