Shades of Granny Apple #C0FFC6
Tints of Granny Apple #C0FFC6
RGB
CMYK
RGB Variations
Color information
#C0FFC6 (or 0xC0FFC6) is known color: Granny Apple. HEX triplet: C0, FF and C6. RGB value is (192,255,198). Sum of RGB (Red+Green+Blue) = 192+255+198=645 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.77% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 198 (77.73% from 255 or 30.70% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FFC6 is #3F0039. Grayscale: #E5E5E5. Windows color (decimal): -4128826 or 13041600. OLE color: 13041600.
HSL color Cylindrical-coordinate representation of color #C0FFC6: hue angle of 125.71º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0FFC6 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 198 | - |
| CMYK | 0.25 | 0 | 0.22 | 0 |
| HSL | 125.71º | 1% | 0.88% | - |
| HSV(B) | 125.71º | 0.25% | 1% | - |
| XYZ | 67.69 | 86.8 | 66.61 | - |
| YUV | 229.67 | 110.13 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 198 | 0.25 | 0 | 0.22 | 0 | 125.71 | 1 | 0.88 |
| Hex | C0 | FF | C6 | 19 | 0 | 16 | 0 | 7E | 64 | 58 |
| Octal | 300 | 377 | 306 | 31 | 0 | 26 | 0 | 176 | 144 | 130 |
| Binary | 11000000 | 11111111 | 11000110 | 11001 | 0 | 10110 | 0 | 1111110 | 1100100 | 1011000 |
Color Harmonies of #C0FFC6
Complementary color
Monochromatic Colors of #C0FFC6
Black with #C0FFC6
Text Example
Text Example
White with #C0FFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFC6; }
p { color: rgb(192,255,198); }
H1.HeaderClassName
{
color: #C0FFC6;
}
.AnyTagClassName
{
color: #C0FFC6;
}
</style>
background-color css
<style>
a { background-color: #C0FFC6; }
a { background-color: rgb(192,255,198); }
div.DivClassName
{
background-color: #C0FFC6;
}
.BgClassName
{
background-color: #C0FFC6;
}
</style>
border-color css
<style>
span { border-color: #C0FFC6; }
span { border-color: rgb(192,255,198); }
td.TdClassName
{
border-color: #C0FFC6;
}
.TagClassName
{
border-color: #C0FFC6;
}
</style>