Shades of Fern #5DBF57
Tints of Fern #5DBF57
RGB
CMYK
RGB Variations
Color information
#5DBF57 (or 0x5DBF57) is known color: Fern. HEX triplet: 5D, BF and 57. RGB value is (93,191,87). Sum of RGB (Red+Green+Blue) = 93+191+87=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 191 (75% from 255 or 51.48% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBF57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBF57 is #A240A8. Grayscale: #969696. Windows color (decimal): -10633385 or 5750621. OLE color: 5750621.
HSL color Cylindrical-coordinate representation of color #5DBF57: hue angle of 116.54º 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 #5DBF57 is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 191 | 87 | - |
| CMYK | 0.51 | 0 | 0.54 | 0.25 |
| HSL | 116.54º | 0.45% | 0.55% | - |
| HSV(B) | 116.54º | 0.54% | 0.75% | - |
| XYZ | 24.87 | 40.28 | 15.48 | - |
| YUV | 149.84 | 92.53 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 191 | 87 | 0.51 | 0 | 0.54 | 0.25 | 116.54 | 0.45 | 0.55 |
| Hex | 5D | BF | 57 | 33 | 0 | 36 | 19 | 75 | 2D | 37 |
| Octal | 135 | 277 | 127 | 63 | 0 | 66 | 31 | 165 | 55 | 67 |
| Binary | 1011101 | 10111111 | 1010111 | 110011 | 0 | 110110 | 11001 | 1110101 | 101101 | 110111 |
Color Harmonies of #5DBF57
Complementary color
Monochromatic Colors of #5DBF57
Black with #5DBF57
Text Example
Text Example
White with #5DBF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBF57; }
p { color: rgb(93,191,87); }
H1.HeaderClassName
{
color: #5DBF57;
}
.AnyTagClassName
{
color: #5DBF57;
}
</style>
background-color css
<style>
a { background-color: #5DBF57; }
a { background-color: rgb(93,191,87); }
div.DivClassName
{
background-color: #5DBF57;
}
.BgClassName
{
background-color: #5DBF57;
}
</style>
border-color css
<style>
span { border-color: #5DBF57; }
span { border-color: rgb(93,191,87); }
td.TdClassName
{
border-color: #5DBF57;
}
.TagClassName
{
border-color: #5DBF57;
}
</style>