Shades of Fern #5DB977
Tints of Fern #5DB977
RGB
CMYK
RGB Variations
Color information
#5DB977 (or 0x5DB977) is known color: Fern. HEX triplet: 5D, B9 and 77. RGB value is (93,185,119). Sum of RGB (Red+Green+Blue) = 93+185+119=397 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.43% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 185 - color contains mainly: green. Hex color #5DB977 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB977 is #A24688. Grayscale: #969696. Windows color (decimal): -10634889 or 7846237. OLE color: 7846237.
HSL color Cylindrical-coordinate representation of color #5DB977: hue angle of 136.96º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DB977 is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 185 | 119 | - |
| CMYK | 0.50 | 0 | 0.36 | 0.27 |
| HSL | 136.96º | 0.4% | 0.55% | - |
| HSV(B) | 136.96º | 0.5% | 0.73% | - |
| XYZ | 25.19 | 38.36 | 23.53 | - |
| YUV | 149.97 | 110.52 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 185 | 119 | 0.50 | 0 | 0.36 | 0.27 | 136.96 | 0.4 | 0.55 |
| Hex | 5D | B9 | 77 | 32 | 0 | 24 | 1B | 89 | 28 | 37 |
| Octal | 135 | 271 | 167 | 62 | 0 | 44 | 33 | 211 | 50 | 67 |
| Binary | 1011101 | 10111001 | 1110111 | 110010 | 0 | 100100 | 11011 | 10001001 | 101000 | 110111 |
Color Harmonies of #5DB977
Complementary color
Monochromatic Colors of #5DB977
Black with #5DB977
Text Example
Text Example
White with #5DB977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB977; }
p { color: rgb(93,185,119); }
H1.HeaderClassName
{
color: #5DB977;
}
.AnyTagClassName
{
color: #5DB977;
}
</style>
background-color css
<style>
a { background-color: #5DB977; }
a { background-color: rgb(93,185,119); }
div.DivClassName
{
background-color: #5DB977;
}
.BgClassName
{
background-color: #5DB977;
}
</style>
border-color css
<style>
span { border-color: #5DB977; }
span { border-color: rgb(93,185,119); }
td.TdClassName
{
border-color: #5DB977;
}
.TagClassName
{
border-color: #5DB977;
}
</style>