Shades of Granny Apple #C0FEC0
Tints of Granny Apple #C0FEC0
RGB
CMYK
RGB Variations
Color information
#C0FEC0 (or 0xC0FEC0) is known color: Granny Apple. HEX triplet: C0, FE and C0. RGB value is (192,254,192). Sum of RGB (Red+Green+Blue) = 192+254+192=638 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.09% from 638); Green value is 254 (99.61% from 255 or 39.81% from 638); Blue value is 192 (75.39% from 255 or 30.09% from 638); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FEC0 is #3F013F. Grayscale: #E4E4E4. Windows color (decimal): -4129088 or 12648128. OLE color: 12648128.
HSL color Cylindrical-coordinate representation of color #C0FEC0: hue angle of 120º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FEC0 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 254 | 192 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.00 |
| HSL | 120º | 0.97% | 0.87% | - |
| HSV(B) | 120º | 0.24% | 1% | - |
| XYZ | 66.69 | 85.9 | 62.93 | - |
| YUV | 228.39 | 107.46 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 254 | 192 | 0.24 | 0 | 0.24 | 0.00 | 120 | 0.97 | 0.87 |
| Hex | C0 | FE | C0 | 18 | 0 | 18 | 0 | 78 | 61 | 57 |
| Octal | 300 | 376 | 300 | 30 | 0 | 30 | 0 | 170 | 141 | 127 |
| Binary | 11000000 | 11111110 | 11000000 | 11000 | 0 | 11000 | 0 | 1111000 | 1100001 | 1010111 |
Color Harmonies of #C0FEC0
Complementary color
Monochromatic Colors of #C0FEC0
Black with #C0FEC0
Text Example
Text Example
White with #C0FEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FEC0; }
p { color: rgb(192,254,192); }
H1.HeaderClassName
{
color: #C0FEC0;
}
.AnyTagClassName
{
color: #C0FEC0;
}
</style>
background-color css
<style>
a { background-color: #C0FEC0; }
a { background-color: rgb(192,254,192); }
div.DivClassName
{
background-color: #C0FEC0;
}
.BgClassName
{
background-color: #C0FEC0;
}
</style>
border-color css
<style>
span { border-color: #C0FEC0; }
span { border-color: rgb(192,254,192); }
td.TdClassName
{
border-color: #C0FEC0;
}
.TagClassName
{
border-color: #C0FEC0;
}
</style>