Shades of Fern #5DBF70
Tints of Fern #5DBF70
RGB
CMYK
RGB Variations
Color information
#5DBF70 (or 0x5DBF70) is known color: Fern. HEX triplet: 5D, BF and 70. RGB value is (93,191,112). Sum of RGB (Red+Green+Blue) = 93+191+112=396 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.48% from 396); Green value is 191 (75% from 255 or 48.23% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBF70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBF70 is #A2408F. Grayscale: #989898. Windows color (decimal): -10633360 or 7389021. OLE color: 7389021.
HSL color Cylindrical-coordinate representation of color #5DBF70: hue angle of 131.63º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBF70 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 191 | 112 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.25 |
| HSL | 131.63º | 0.43% | 0.56% | - |
| HSV(B) | 131.63º | 0.51% | 0.75% | - |
| XYZ | 26.07 | 40.76 | 21.82 | - |
| YUV | 152.69 | 105.03 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 191 | 112 | 0.51 | 0 | 0.41 | 0.25 | 131.63 | 0.43 | 0.56 |
| Hex | 5D | BF | 70 | 33 | 0 | 29 | 19 | 84 | 2B | 38 |
| Octal | 135 | 277 | 160 | 63 | 0 | 51 | 31 | 204 | 53 | 70 |
| Binary | 1011101 | 10111111 | 1110000 | 110011 | 0 | 101001 | 11001 | 10000100 | 101011 | 111000 |
Color Harmonies of #5DBF70
Complementary color
Monochromatic Colors of #5DBF70
Black with #5DBF70
Text Example
Text Example
White with #5DBF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBF70; }
p { color: rgb(93,191,112); }
H1.HeaderClassName
{
color: #5DBF70;
}
.AnyTagClassName
{
color: #5DBF70;
}
</style>
background-color css
<style>
a { background-color: #5DBF70; }
a { background-color: rgb(93,191,112); }
div.DivClassName
{
background-color: #5DBF70;
}
.BgClassName
{
background-color: #5DBF70;
}
</style>
border-color css
<style>
span { border-color: #5DBF70; }
span { border-color: rgb(93,191,112); }
td.TdClassName
{
border-color: #5DBF70;
}
.TagClassName
{
border-color: #5DBF70;
}
</style>