Shades of Fern #5DD059
Tints of Fern #5DD059
RGB
CMYK
RGB Variations
Color information
#5DD059 (or 0x5DD059) is known color: Fern. HEX triplet: 5D, D0 and 59. RGB value is (93,208,89). Sum of RGB (Red+Green+Blue) = 93+208+89=390 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.85% from 390); Green value is 208 (81.64% from 255 or 53.33% from 390); Blue value is 89 (35.16% from 255 or 22.82% from 390); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD059 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD059 is #A22FA6. Grayscale: #A0A0A0. Windows color (decimal): -10629031 or 5886045. OLE color: 5886045.
HSL color Cylindrical-coordinate representation of color #5DD059: hue angle of 117.98º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD059 is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 208 | 89 | - |
| CMYK | 0.55 | 0 | 0.57 | 0.18 |
| HSL | 117.98º | 0.56% | 0.58% | - |
| HSV(B) | 117.98º | 0.57% | 0.82% | - |
| XYZ | 28.87 | 48.16 | 17.23 | - |
| YUV | 160.05 | 87.9 | 80.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 208 | 89 | 0.55 | 0 | 0.57 | 0.18 | 117.98 | 0.56 | 0.58 |
| Hex | 5D | D0 | 59 | 37 | 0 | 39 | 12 | 76 | 38 | 3A |
| Octal | 135 | 320 | 131 | 67 | 0 | 71 | 22 | 166 | 70 | 72 |
| Binary | 1011101 | 11010000 | 1011001 | 110111 | 0 | 111001 | 10010 | 1110110 | 111000 | 111010 |
Color Harmonies of #5DD059
Complementary color
Monochromatic Colors of #5DD059
Black with #5DD059
Text Example
Text Example
White with #5DD059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD059; }
p { color: rgb(93,208,89); }
H1.HeaderClassName
{
color: #5DD059;
}
.AnyTagClassName
{
color: #5DD059;
}
</style>
background-color css
<style>
a { background-color: #5DD059; }
a { background-color: rgb(93,208,89); }
div.DivClassName
{
background-color: #5DD059;
}
.BgClassName
{
background-color: #5DD059;
}
</style>
border-color css
<style>
span { border-color: #5DD059; }
span { border-color: rgb(93,208,89); }
td.TdClassName
{
border-color: #5DD059;
}
.TagClassName
{
border-color: #5DD059;
}
</style>