Shades of Granny Apple #C0FFC0
Tints of Granny Apple #C0FFC0
RGB
CMYK
RGB Variations
Color information
#C0FFC0 (or 0xC0FFC0) is known color: Granny Apple. HEX triplet: C0, FF and C0. RGB value is (192,255,192). Sum of RGB (Red+Green+Blue) = 192+255+192=639 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.05% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 192 (75.39% from 255 or 30.05% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FFC0 is #3F003F. Grayscale: #E5E5E5. Windows color (decimal): -4128832 or 12648384. OLE color: 12648384.
HSL color Cylindrical-coordinate representation of color #C0FFC0: hue angle of 120º 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 #C0FFC0 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
RGB | 192 | 255 | 192 | - |
CMYK | 0.25 | 0 | 0.25 | 0 |
HSL | 120º | 1% | 0.88% | - |
HSV(B) | 120º | 0.25% | 1% | - |
XYZ | 67.01 | 86.53 | 63.04 | - |
YUV | 228.98 | 107.13 | 101.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 255 | 192 | 0.25 | 0 | 0.25 | 0 | 120 | 1 | 0.88 |
Hex | C0 | FF | C0 | 19 | 0 | 19 | 0 | 78 | 64 | 58 |
Octal | 300 | 377 | 300 | 31 | 0 | 31 | 0 | 170 | 144 | 130 |
Binary | 11000000 | 11111111 | 11000000 | 11001 | 0 | 11001 | 0 | 1111000 | 1100100 | 1011000 |
Color Harmonies of #C0FFC0
Complementary color
Monochromatic Colors of #C0FFC0
Black with #C0FFC0
Text Example
Text Example
White with #C0FFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFC0; }
p { color: rgb(192,255,192); }
H1.HeaderClassName
{
color: #C0FFC0;
}
.AnyTagClassName
{
color: #C0FFC0;
}
</style>
background-color css
<style>
a { background-color: #C0FFC0; }
a { background-color: rgb(192,255,192); }
div.DivClassName
{
background-color: #C0FFC0;
}
.BgClassName
{
background-color: #C0FFC0;
}
</style>
border-color css
<style>
span { border-color: #C0FFC0; }
span { border-color: rgb(192,255,192); }
td.TdClassName
{
border-color: #C0FFC0;
}
.TagClassName
{
border-color: #C0FFC0;
}
</style>