Shades of Fern #5DC060
Tints of Fern #5DC060
RGB
CMYK
RGB Variations
Color information
#5DC060 (or 0x5DC060) is known color: Fern. HEX triplet: 5D, C0 and 60. RGB value is (93,192,96). Sum of RGB (Red+Green+Blue) = 93+192+96=381 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.41% from 381); Green value is 192 (75.39% from 255 or 50.39% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 192 - color contains mainly: green. Hex color #5DC060 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC060 is #A23F9F. Grayscale: #979797. Windows color (decimal): -10633120 or 6340701. OLE color: 6340701.
HSL color Cylindrical-coordinate representation of color #5DC060: hue angle of 121.82º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5DC060 is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 192 | 96 | - |
| CMYK | 0.52 | 0 | 0.50 | 0.25 |
| HSL | 121.82º | 0.44% | 0.56% | - |
| HSV(B) | 121.82º | 0.52% | 0.75% | - |
| XYZ | 25.48 | 40.87 | 17.61 | - |
| YUV | 151.46 | 96.7 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 192 | 96 | 0.52 | 0 | 0.50 | 0.25 | 121.82 | 0.44 | 0.56 |
| Hex | 5D | C0 | 60 | 34 | 0 | 32 | 19 | 7A | 2C | 38 |
| Octal | 135 | 300 | 140 | 64 | 0 | 62 | 31 | 172 | 54 | 70 |
| Binary | 1011101 | 11000000 | 1100000 | 110100 | 0 | 110010 | 11001 | 1111010 | 101100 | 111000 |
Color Harmonies of #5DC060
Complementary color
Monochromatic Colors of #5DC060
Black with #5DC060
Text Example
Text Example
White with #5DC060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC060; }
p { color: rgb(93,192,96); }
H1.HeaderClassName
{
color: #5DC060;
}
.AnyTagClassName
{
color: #5DC060;
}
</style>
background-color css
<style>
a { background-color: #5DC060; }
a { background-color: rgb(93,192,96); }
div.DivClassName
{
background-color: #5DC060;
}
.BgClassName
{
background-color: #5DC060;
}
</style>
border-color css
<style>
span { border-color: #5DC060; }
span { border-color: rgb(93,192,96); }
td.TdClassName
{
border-color: #5DC060;
}
.TagClassName
{
border-color: #5DC060;
}
</style>