Shades of Fern #5DD056
Tints of Fern #5DD056
RGB
CMYK
RGB Variations
Color information
#5DD056 (or 0x5DD056) is known color: Fern. HEX triplet: 5D, D0 and 56. RGB value is (93,208,86). Sum of RGB (Red+Green+Blue) = 93+208+86=387 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.03% from 387); Green value is 208 (81.64% from 255 or 53.75% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD056 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD056 is #A22FA9. Grayscale: #A0A0A0. Windows color (decimal): -10629034 or 5689437. OLE color: 5689437.
HSL color Cylindrical-coordinate representation of color #5DD056: hue angle of 116.56º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DD056 is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 208 | 86 | - |
| CMYK | 0.55 | 0 | 0.59 | 0.18 |
| HSL | 116.56º | 0.56% | 0.58% | - |
| HSV(B) | 116.56º | 0.59% | 0.82% | - |
| XYZ | 28.75 | 48.11 | 16.58 | - |
| YUV | 159.71 | 86.4 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 208 | 86 | 0.55 | 0 | 0.59 | 0.18 | 116.56 | 0.56 | 0.58 |
| Hex | 5D | D0 | 56 | 37 | 0 | 3B | 12 | 75 | 38 | 3A |
| Octal | 135 | 320 | 126 | 67 | 0 | 73 | 22 | 165 | 70 | 72 |
| Binary | 1011101 | 11010000 | 1010110 | 110111 | 0 | 111011 | 10010 | 1110101 | 111000 | 111010 |
Color Harmonies of #5DD056
Complementary color
Monochromatic Colors of #5DD056
Black with #5DD056
Text Example
Text Example
White with #5DD056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD056; }
p { color: rgb(93,208,86); }
H1.HeaderClassName
{
color: #5DD056;
}
.AnyTagClassName
{
color: #5DD056;
}
</style>
background-color css
<style>
a { background-color: #5DD056; }
a { background-color: rgb(93,208,86); }
div.DivClassName
{
background-color: #5DD056;
}
.BgClassName
{
background-color: #5DD056;
}
</style>
border-color css
<style>
span { border-color: #5DD056; }
span { border-color: rgb(93,208,86); }
td.TdClassName
{
border-color: #5DD056;
}
.TagClassName
{
border-color: #5DD056;
}
</style>