Shades of Fern #5DB464
Tints of Fern #5DB464
RGB
CMYK
RGB Variations
Color information
#5DB464 (or 0x5DB464) is known color: Fern. HEX triplet: 5D, B4 and 64. RGB value is (93,180,100). Sum of RGB (Red+Green+Blue) = 93+180+100=373 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.93% from 373); Green value is 180 (70.70% from 255 or 48.26% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB464 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB464 is #A24B9B. Grayscale: #919191. Windows color (decimal): -10636188 or 6599773. OLE color: 6599773.
HSL color Cylindrical-coordinate representation of color #5DB464: hue angle of 124.83º 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 #5DB464 is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 180 | 100 | - |
| CMYK | 0.48 | 0 | 0.44 | 0.29 |
| HSL | 124.83º | 0.37% | 0.54% | - |
| HSV(B) | 124.83º | 0.48% | 0.71% | - |
| XYZ | 23.14 | 35.89 | 17.76 | - |
| YUV | 144.87 | 102.68 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 180 | 100 | 0.48 | 0 | 0.44 | 0.29 | 124.83 | 0.37 | 0.54 |
| Hex | 5D | B4 | 64 | 30 | 0 | 2C | 1D | 7D | 25 | 36 |
| Octal | 135 | 264 | 144 | 60 | 0 | 54 | 35 | 175 | 45 | 66 |
| Binary | 1011101 | 10110100 | 1100100 | 110000 | 0 | 101100 | 11101 | 1111101 | 100101 | 110110 |
Color Harmonies of #5DB464
Complementary color
Monochromatic Colors of #5DB464
Black with #5DB464
Text Example
Text Example
White with #5DB464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB464; }
p { color: rgb(93,180,100); }
H1.HeaderClassName
{
color: #5DB464;
}
.AnyTagClassName
{
color: #5DB464;
}
</style>
background-color css
<style>
a { background-color: #5DB464; }
a { background-color: rgb(93,180,100); }
div.DivClassName
{
background-color: #5DB464;
}
.BgClassName
{
background-color: #5DB464;
}
</style>
border-color css
<style>
span { border-color: #5DB464; }
span { border-color: rgb(93,180,100); }
td.TdClassName
{
border-color: #5DB464;
}
.TagClassName
{
border-color: #5DB464;
}
</style>