Shades of Fern #58BA5D
Tints of Fern #58BA5D
RGB
CMYK
RGB Variations
Color information
#58BA5D (or 0x58BA5D) is known color: Fern. HEX triplet: 58, BA and 5D. RGB value is (88,186,93). Sum of RGB (Red+Green+Blue) = 88+186+93=367 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.98% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #58BA5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58BA5D is #A745A2. Grayscale: #929292. Windows color (decimal): -10962339 or 6142552. OLE color: 6142552.
HSL color Cylindrical-coordinate representation of color #58BA5D: hue angle of 123.06º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58BA5D is Cyan = 0.53, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 186 | 93 | - |
| CMYK | 0.53 | 0 | 0.5 | 0.27 |
| HSL | 123.06º | 0.42% | 0.54% | - |
| HSV(B) | 123.06º | 0.53% | 0.73% | - |
| XYZ | 23.56 | 37.98 | 16.45 | - |
| YUV | 146.1 | 98.03 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 186 | 93 | 0.53 | 0 | 0.5 | 0.27 | 123.06 | 0.42 | 0.54 |
| Hex | 58 | BA | 5D | 35 | 0 | 32 | 1B | 7B | 2A | 36 |
| Octal | 130 | 272 | 135 | 65 | 0 | 62 | 33 | 173 | 52 | 66 |
| Binary | 1011000 | 10111010 | 1011101 | 110101 | 0 | 110010 | 11011 | 1111011 | 101010 | 110110 |
Color Harmonies of #58BA5D
Complementary color
Monochromatic Colors of #58BA5D
Black with #58BA5D
Text Example
Text Example
White with #58BA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BA5D; }
p { color: rgb(88,186,93); }
H1.HeaderClassName
{
color: #58BA5D;
}
.AnyTagClassName
{
color: #58BA5D;
}
</style>
background-color css
<style>
a { background-color: #58BA5D; }
a { background-color: rgb(88,186,93); }
div.DivClassName
{
background-color: #58BA5D;
}
.BgClassName
{
background-color: #58BA5D;
}
</style>
border-color css
<style>
span { border-color: #58BA5D; }
span { border-color: rgb(88,186,93); }
td.TdClassName
{
border-color: #58BA5D;
}
.TagClassName
{
border-color: #58BA5D;
}
</style>