Shades of Fern #5DBC70
Tints of Fern #5DBC70
RGB
CMYK
RGB Variations
Color information
#5DBC70 (or 0x5DBC70) is known color: Fern. HEX triplet: 5D, BC and 70. RGB value is (93,188,112). Sum of RGB (Red+Green+Blue) = 93+188+112=393 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.66% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 188 - color contains mainly: green. Hex color #5DBC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBC70 is #A2438F. Grayscale: #979797. Windows color (decimal): -10634128 or 7388253. OLE color: 7388253.
HSL color Cylindrical-coordinate representation of color #5DBC70: hue angle of 132º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBC70 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 188 | 112 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.26 |
| HSL | 132º | 0.41% | 0.55% | - |
| HSV(B) | 132º | 0.51% | 0.74% | - |
| XYZ | 25.42 | 39.46 | 21.61 | - |
| YUV | 150.93 | 106.03 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 188 | 112 | 0.51 | 0 | 0.40 | 0.26 | 132 | 0.41 | 0.55 |
| Hex | 5D | BC | 70 | 33 | 0 | 28 | 1A | 84 | 29 | 37 |
| Octal | 135 | 274 | 160 | 63 | 0 | 50 | 32 | 204 | 51 | 67 |
| Binary | 1011101 | 10111100 | 1110000 | 110011 | 0 | 101000 | 11010 | 10000100 | 101001 | 110111 |
Color Harmonies of #5DBC70
Complementary color
Monochromatic Colors of #5DBC70
Black with #5DBC70
Text Example
Text Example
White with #5DBC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBC70; }
p { color: rgb(93,188,112); }
H1.HeaderClassName
{
color: #5DBC70;
}
.AnyTagClassName
{
color: #5DBC70;
}
</style>
background-color css
<style>
a { background-color: #5DBC70; }
a { background-color: rgb(93,188,112); }
div.DivClassName
{
background-color: #5DBC70;
}
.BgClassName
{
background-color: #5DBC70;
}
</style>
border-color css
<style>
span { border-color: #5DBC70; }
span { border-color: rgb(93,188,112); }
td.TdClassName
{
border-color: #5DBC70;
}
.TagClassName
{
border-color: #5DBC70;
}
</style>