Shades of Fern #5DB35F
Tints of Fern #5DB35F
RGB
CMYK
RGB Variations
Color information
#5DB35F (or 0x5DB35F) is known color: Fern. HEX triplet: 5D, B3 and 5F. RGB value is (93,179,95). Sum of RGB (Red+Green+Blue) = 93+179+95=367 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.34% from 367); Green value is 179 (70.31% from 255 or 48.77% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 179 - color contains mainly: green. Hex color #5DB35F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB35F is #A24CA0. Grayscale: #8F8F8F. Windows color (decimal): -10636449 or 6271837. OLE color: 6271837.
HSL color Cylindrical-coordinate representation of color #5DB35F: hue angle of 121.4º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5DB35F is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 93 | 179 | 95 | - |
| CMYK | 0.48 | 0 | 0.47 | 0.30 |
| HSL | 121.4º | 0.36% | 0.53% | - |
| HSV(B) | 121.4º | 0.48% | 0.7% | - |
| XYZ | 22.7 | 35.39 | 16.46 | - |
| YUV | 143.71 | 100.51 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 179 | 95 | 0.48 | 0 | 0.47 | 0.30 | 121.4 | 0.36 | 0.53 |
| Hex | 5D | B3 | 5F | 30 | 0 | 2F | 1E | 79 | 24 | 35 |
| Octal | 135 | 263 | 137 | 60 | 0 | 57 | 36 | 171 | 44 | 65 |
| Binary | 1011101 | 10110011 | 1011111 | 110000 | 0 | 101111 | 11110 | 1111001 | 100100 | 110101 |
Color Harmonies of #5DB35F
Complementary color
Monochromatic Colors of #5DB35F
Black with #5DB35F
Text Example
Text Example
White with #5DB35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB35F; }
p { color: rgb(93,179,95); }
H1.HeaderClassName
{
color: #5DB35F;
}
.AnyTagClassName
{
color: #5DB35F;
}
</style>
background-color css
<style>
a { background-color: #5DB35F; }
a { background-color: rgb(93,179,95); }
div.DivClassName
{
background-color: #5DB35F;
}
.BgClassName
{
background-color: #5DB35F;
}
</style>
border-color css
<style>
span { border-color: #5DB35F; }
span { border-color: rgb(93,179,95); }
td.TdClassName
{
border-color: #5DB35F;
}
.TagClassName
{
border-color: #5DB35F;
}
</style>