Shades of Fern #5DBF58
Tints of Fern #5DBF58
RGB
CMYK
RGB Variations
Color information
#5DBF58 (or 0x5DBF58) is known color: Fern. HEX triplet: 5D, BF and 58. RGB value is (93,191,88). Sum of RGB (Red+Green+Blue) = 93+191+88=372 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25% from 372); Green value is 191 (75% from 255 or 51.34% from 372); Blue value is 88 (34.77% from 255 or 23.66% from 372); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBF58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBF58 is #A240A7. Grayscale: #969696. Windows color (decimal): -10633384 or 5816157. OLE color: 5816157.
HSL color Cylindrical-coordinate representation of color #5DBF58: hue angle of 117.09º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DBF58 is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 191 | 88 | - |
| CMYK | 0.51 | 0 | 0.54 | 0.25 |
| HSL | 117.09º | 0.45% | 0.55% | - |
| HSV(B) | 117.09º | 0.54% | 0.75% | - |
| XYZ | 24.91 | 40.29 | 15.7 | - |
| YUV | 149.96 | 93.03 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 191 | 88 | 0.51 | 0 | 0.54 | 0.25 | 117.09 | 0.45 | 0.55 |
| Hex | 5D | BF | 58 | 33 | 0 | 36 | 19 | 75 | 2D | 37 |
| Octal | 135 | 277 | 130 | 63 | 0 | 66 | 31 | 165 | 55 | 67 |
| Binary | 1011101 | 10111111 | 1011000 | 110011 | 0 | 110110 | 11001 | 1110101 | 101101 | 110111 |
Color Harmonies of #5DBF58
Complementary color
Monochromatic Colors of #5DBF58
Black with #5DBF58
Text Example
Text Example
White with #5DBF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBF58; }
p { color: rgb(93,191,88); }
H1.HeaderClassName
{
color: #5DBF58;
}
.AnyTagClassName
{
color: #5DBF58;
}
</style>
background-color css
<style>
a { background-color: #5DBF58; }
a { background-color: rgb(93,191,88); }
div.DivClassName
{
background-color: #5DBF58;
}
.BgClassName
{
background-color: #5DBF58;
}
</style>
border-color css
<style>
span { border-color: #5DBF58; }
span { border-color: rgb(93,191,88); }
td.TdClassName
{
border-color: #5DBF58;
}
.TagClassName
{
border-color: #5DBF58;
}
</style>