Shades of Fern #60C060
Tints of Fern #60C060
RGB
CMYK
RGB Variations
Color information
#60C060 (or 0x60C060) is known color: Fern. HEX triplet: 60, C0 and 60. RGB value is (96,192,96). Sum of RGB (Red+Green+Blue) = 96+192+96=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #60C060 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C060 is #9F3F9F. Grayscale: #989898. Windows color (decimal): -10436512 or 6340704. OLE color: 6340704.
HSL color Cylindrical-coordinate representation of color #60C060: hue angle of 120º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60C060 is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 192 | 96 | - |
| CMYK | 0.50 | 0 | 0.50 | 0.25 |
| HSL | 120º | 0.43% | 0.56% | - |
| HSV(B) | 120º | 0.5% | 0.75% | - |
| XYZ | 25.78 | 41.03 | 17.63 | - |
| YUV | 152.35 | 96.2 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 192 | 96 | 0.50 | 0 | 0.50 | 0.25 | 120 | 0.43 | 0.56 |
| Hex | 60 | C0 | 60 | 32 | 0 | 32 | 19 | 78 | 2B | 38 |
| Octal | 140 | 300 | 140 | 62 | 0 | 62 | 31 | 170 | 53 | 70 |
| Binary | 1100000 | 11000000 | 1100000 | 110010 | 0 | 110010 | 11001 | 1111000 | 101011 | 111000 |
Color Harmonies of #60C060
Complementary color
Monochromatic Colors of #60C060
Black with #60C060
Text Example
Text Example
White with #60C060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C060; }
p { color: rgb(96,192,96); }
H1.HeaderClassName
{
color: #60C060;
}
.AnyTagClassName
{
color: #60C060;
}
</style>
background-color css
<style>
a { background-color: #60C060; }
a { background-color: rgb(96,192,96); }
div.DivClassName
{
background-color: #60C060;
}
.BgClassName
{
background-color: #60C060;
}
</style>
border-color css
<style>
span { border-color: #60C060; }
span { border-color: rgb(96,192,96); }
td.TdClassName
{
border-color: #60C060;
}
.TagClassName
{
border-color: #60C060;
}
</style>