Shades of Fern #5DB461
Tints of Fern #5DB461
RGB
CMYK
RGB Variations
Color information
#5DB461 (or 0x5DB461) is known color: Fern. HEX triplet: 5D, B4 and 61. RGB value is (93,180,97). Sum of RGB (Red+Green+Blue) = 93+180+97=370 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.14% from 370); Green value is 180 (70.70% from 255 or 48.65% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB461 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB461 is #A24B9E. Grayscale: #909090. Windows color (decimal): -10636191 or 6403165. OLE color: 6403165.
HSL color Cylindrical-coordinate representation of color #5DB461: hue angle of 122.76º 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 #5DB461 is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 180 | 97 | - |
| CMYK | 0.48 | 0 | 0.46 | 0.29 |
| HSL | 122.76º | 0.37% | 0.54% | - |
| HSV(B) | 122.76º | 0.48% | 0.71% | - |
| XYZ | 22.99 | 35.83 | 17.01 | - |
| YUV | 144.53 | 101.18 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 180 | 97 | 0.48 | 0 | 0.46 | 0.29 | 122.76 | 0.37 | 0.54 |
| Hex | 5D | B4 | 61 | 30 | 0 | 2E | 1D | 7B | 25 | 36 |
| Octal | 135 | 264 | 141 | 60 | 0 | 56 | 35 | 173 | 45 | 66 |
| Binary | 1011101 | 10110100 | 1100001 | 110000 | 0 | 101110 | 11101 | 1111011 | 100101 | 110110 |
Color Harmonies of #5DB461
Complementary color
Monochromatic Colors of #5DB461
Black with #5DB461
Text Example
Text Example
White with #5DB461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB461; }
p { color: rgb(93,180,97); }
H1.HeaderClassName
{
color: #5DB461;
}
.AnyTagClassName
{
color: #5DB461;
}
</style>
background-color css
<style>
a { background-color: #5DB461; }
a { background-color: rgb(93,180,97); }
div.DivClassName
{
background-color: #5DB461;
}
.BgClassName
{
background-color: #5DB461;
}
</style>
border-color css
<style>
span { border-color: #5DB461; }
span { border-color: rgb(93,180,97); }
td.TdClassName
{
border-color: #5DB461;
}
.TagClassName
{
border-color: #5DB461;
}
</style>