Shades of Fern #5DB45F
Tints of Fern #5DB45F
RGB
CMYK
RGB Variations
Color information
#5DB45F (or 0x5DB45F) is known color: Fern. HEX triplet: 5D, B4 and 5F. RGB value is (93,180,95). Sum of RGB (Red+Green+Blue) = 93+180+95=368 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.27% from 368); Green value is 180 (70.70% from 255 or 48.91% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB45F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB45F is #A24BA0. Grayscale: #909090. Windows color (decimal): -10636193 or 6272093. OLE color: 6272093.
HSL color Cylindrical-coordinate representation of color #5DB45F: hue angle of 121.38º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5DB45F is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 180 | 95 | - |
| CMYK | 0.48 | 0 | 0.47 | 0.29 |
| HSL | 121.38º | 0.37% | 0.54% | - |
| HSV(B) | 121.38º | 0.48% | 0.71% | - |
| XYZ | 22.9 | 35.8 | 16.53 | - |
| YUV | 144.3 | 100.18 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 180 | 95 | 0.48 | 0 | 0.47 | 0.29 | 121.38 | 0.37 | 0.54 |
| Hex | 5D | B4 | 5F | 30 | 0 | 2F | 1D | 79 | 25 | 36 |
| Octal | 135 | 264 | 137 | 60 | 0 | 57 | 35 | 171 | 45 | 66 |
| Binary | 1011101 | 10110100 | 1011111 | 110000 | 0 | 101111 | 11101 | 1111001 | 100101 | 110110 |
Color Harmonies of #5DB45F
Complementary color
Monochromatic Colors of #5DB45F
Black with #5DB45F
Text Example
Text Example
White with #5DB45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB45F; }
p { color: rgb(93,180,95); }
H1.HeaderClassName
{
color: #5DB45F;
}
.AnyTagClassName
{
color: #5DB45F;
}
</style>
background-color css
<style>
a { background-color: #5DB45F; }
a { background-color: rgb(93,180,95); }
div.DivClassName
{
background-color: #5DB45F;
}
.BgClassName
{
background-color: #5DB45F;
}
</style>
border-color css
<style>
span { border-color: #5DB45F; }
span { border-color: rgb(93,180,95); }
td.TdClassName
{
border-color: #5DB45F;
}
.TagClassName
{
border-color: #5DB45F;
}
</style>