Shades of Fern #5DB76F
Tints of Fern #5DB76F
RGB
CMYK
RGB Variations
Color information
#5DB76F (or 0x5DB76F) is known color: Fern. HEX triplet: 5D, B7 and 6F. RGB value is (93,183,111). Sum of RGB (Red+Green+Blue) = 93+183+111=387 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.03% from 387); Green value is 183 (71.88% from 255 or 47.29% from 387); Blue value is 111 (43.75% from 255 or 28.68% from 387); Max value from RGB is 183 - color contains mainly: green. Hex color #5DB76F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB76F is #A24890. Grayscale: #949494. Windows color (decimal): -10635409 or 7321437. OLE color: 7321437.
HSL color Cylindrical-coordinate representation of color #5DB76F: hue angle of 132º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5DB76F is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 93 | 183 | 111 | - |
| CMYK | 0.49 | 0 | 0.39 | 0.28 |
| HSL | 132º | 0.38% | 0.54% | - |
| HSV(B) | 132º | 0.49% | 0.72% | - |
| XYZ | 24.32 | 37.34 | 20.96 | - |
| YUV | 147.88 | 107.18 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 183 | 111 | 0.49 | 0 | 0.39 | 0.28 | 132 | 0.38 | 0.54 |
| Hex | 5D | B7 | 6F | 31 | 0 | 27 | 1C | 84 | 26 | 36 |
| Octal | 135 | 267 | 157 | 61 | 0 | 47 | 34 | 204 | 46 | 66 |
| Binary | 1011101 | 10110111 | 1101111 | 110001 | 0 | 100111 | 11100 | 10000100 | 100110 | 110110 |
Color Harmonies of #5DB76F
Complementary color
Monochromatic Colors of #5DB76F
Black with #5DB76F
Text Example
Text Example
White with #5DB76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB76F; }
p { color: rgb(93,183,111); }
H1.HeaderClassName
{
color: #5DB76F;
}
.AnyTagClassName
{
color: #5DB76F;
}
</style>
background-color css
<style>
a { background-color: #5DB76F; }
a { background-color: rgb(93,183,111); }
div.DivClassName
{
background-color: #5DB76F;
}
.BgClassName
{
background-color: #5DB76F;
}
</style>
border-color css
<style>
span { border-color: #5DB76F; }
span { border-color: rgb(93,183,111); }
td.TdClassName
{
border-color: #5DB76F;
}
.TagClassName
{
border-color: #5DB76F;
}
</style>