Shades of Fern #60C071
Tints of Fern #60C071
RGB
CMYK
RGB Variations
Color information
#60C071 (or 0x60C071) is known color: Fern. HEX triplet: 60, C0 and 71. RGB value is (96,192,113). Sum of RGB (Red+Green+Blue) = 96+192+113=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 192 (75.39% from 255 or 47.88% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 192 - color contains mainly: green. Hex color #60C071 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C071 is #9F3F8E. Grayscale: #9A9A9A. Windows color (decimal): -10436495 or 7454816. OLE color: 7454816.
HSL color Cylindrical-coordinate representation of color #60C071: hue angle of 130.62º 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 #60C071 is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 192 | 113 | - |
| CMYK | 0.50 | 0 | 0.41 | 0.25 |
| HSL | 130.63º | 0.43% | 0.56% | - |
| HSV(B) | 130.63º | 0.5% | 0.75% | - |
| XYZ | 26.65 | 41.38 | 22.2 | - |
| YUV | 154.29 | 104.7 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 192 | 113 | 0.50 | 0 | 0.41 | 0.25 | 130.63 | 0.43 | 0.56 |
| Hex | 60 | C0 | 71 | 32 | 0 | 29 | 19 | 83 | 2B | 38 |
| Octal | 140 | 300 | 161 | 62 | 0 | 51 | 31 | 203 | 53 | 70 |
| Binary | 1100000 | 11000000 | 1110001 | 110010 | 0 | 101001 | 11001 | 10000011 | 101011 | 111000 |
Color Harmonies of #60C071
Complementary color
Monochromatic Colors of #60C071
Black with #60C071
Text Example
Text Example
White with #60C071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C071; }
p { color: rgb(96,192,113); }
H1.HeaderClassName
{
color: #60C071;
}
.AnyTagClassName
{
color: #60C071;
}
</style>
background-color css
<style>
a { background-color: #60C071; }
a { background-color: rgb(96,192,113); }
div.DivClassName
{
background-color: #60C071;
}
.BgClassName
{
background-color: #60C071;
}
</style>
border-color css
<style>
span { border-color: #60C071; }
span { border-color: rgb(96,192,113); }
td.TdClassName
{
border-color: #60C071;
}
.TagClassName
{
border-color: #60C071;
}
</style>