Shades of Fern #5DC062
Tints of Fern #5DC062
RGB
CMYK
RGB Variations
Color information
#5DC062 (or 0x5DC062) is known color: Fern. HEX triplet: 5D, C0 and 62. RGB value is (93,192,98). Sum of RGB (Red+Green+Blue) = 93+192+98=383 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.28% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 98 (38.67% from 255 or 25.59% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #5DC062 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC062 is #A23F9D. Grayscale: #979797. Windows color (decimal): -10633118 or 6471773. OLE color: 6471773.
HSL color Cylindrical-coordinate representation of color #5DC062: hue angle of 123.03º 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 #5DC062 is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 192 | 98 | - |
| CMYK | 0.52 | 0 | 0.49 | 0.25 |
| HSL | 123.03º | 0.44% | 0.56% | - |
| HSV(B) | 123.03º | 0.52% | 0.75% | - |
| XYZ | 25.57 | 40.91 | 18.1 | - |
| YUV | 151.68 | 97.7 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 192 | 98 | 0.52 | 0 | 0.49 | 0.25 | 123.03 | 0.44 | 0.56 |
| Hex | 5D | C0 | 62 | 34 | 0 | 31 | 19 | 7B | 2C | 38 |
| Octal | 135 | 300 | 142 | 64 | 0 | 61 | 31 | 173 | 54 | 70 |
| Binary | 1011101 | 11000000 | 1100010 | 110100 | 0 | 110001 | 11001 | 1111011 | 101100 | 111000 |
Color Harmonies of #5DC062
Complementary color
Monochromatic Colors of #5DC062
Black with #5DC062
Text Example
Text Example
White with #5DC062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC062; }
p { color: rgb(93,192,98); }
H1.HeaderClassName
{
color: #5DC062;
}
.AnyTagClassName
{
color: #5DC062;
}
</style>
background-color css
<style>
a { background-color: #5DC062; }
a { background-color: rgb(93,192,98); }
div.DivClassName
{
background-color: #5DC062;
}
.BgClassName
{
background-color: #5DC062;
}
</style>
border-color css
<style>
span { border-color: #5DC062; }
span { border-color: rgb(93,192,98); }
td.TdClassName
{
border-color: #5DC062;
}
.TagClassName
{
border-color: #5DC062;
}
</style>