Shades of Fern #5DB86F
Tints of Fern #5DB86F
RGB
CMYK
RGB Variations
Color information
#5DB86F (or 0x5DB86F) is known color: Fern. HEX triplet: 5D, B8 and 6F. RGB value is (93,184,111). Sum of RGB (Red+Green+Blue) = 93+184+111=388 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.97% from 388); Green value is 184 (72.27% from 255 or 47.42% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 184 - color contains mainly: green. Hex color #5DB86F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB86F is #A24790. Grayscale: #949494. Windows color (decimal): -10635153 or 7321693. OLE color: 7321693.
HSL color Cylindrical-coordinate representation of color #5DB86F: hue angle of 131.87º degrees, saturation: 0.39, 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 #5DB86F is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 93 | 184 | 111 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.28 |
| HSL | 131.87º | 0.39% | 0.54% | - |
| HSV(B) | 131.87º | 0.49% | 0.72% | - |
| XYZ | 24.52 | 37.76 | 21.03 | - |
| YUV | 148.47 | 106.85 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 184 | 111 | 0.49 | 0 | 0.40 | 0.28 | 131.87 | 0.39 | 0.54 |
| Hex | 5D | B8 | 6F | 31 | 0 | 28 | 1C | 84 | 27 | 36 |
| Octal | 135 | 270 | 157 | 61 | 0 | 50 | 34 | 204 | 47 | 66 |
| Binary | 1011101 | 10111000 | 1101111 | 110001 | 0 | 101000 | 11100 | 10000100 | 100111 | 110110 |
Color Harmonies of #5DB86F
Complementary color
Monochromatic Colors of #5DB86F
Black with #5DB86F
Text Example
Text Example
White with #5DB86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB86F; }
p { color: rgb(93,184,111); }
H1.HeaderClassName
{
color: #5DB86F;
}
.AnyTagClassName
{
color: #5DB86F;
}
</style>
background-color css
<style>
a { background-color: #5DB86F; }
a { background-color: rgb(93,184,111); }
div.DivClassName
{
background-color: #5DB86F;
}
.BgClassName
{
background-color: #5DB86F;
}
</style>
border-color css
<style>
span { border-color: #5DB86F; }
span { border-color: rgb(93,184,111); }
td.TdClassName
{
border-color: #5DB86F;
}
.TagClassName
{
border-color: #5DB86F;
}
</style>