Shades of Fern #58B86E
Tints of Fern #58B86E
RGB
CMYK
RGB Variations
Color information
#58B86E (or 0x58B86E) is known color: Fern. HEX triplet: 58, B8 and 6E. RGB value is (88,184,110). Sum of RGB (Red+Green+Blue) = 88+184+110=382 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.04% from 382); Green value is 184 (72.27% from 255 or 48.17% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 184 - color contains mainly: green. Hex color #58B86E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58B86E is #A74791. Grayscale: #939393. Windows color (decimal): -10962834 or 7256152. OLE color: 7256152.
HSL color Cylindrical-coordinate representation of color #58B86E: hue angle of 133.75º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58B86E is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 88 | 184 | 110 | - |
| CMYK | 0.52 | 0 | 0.40 | 0.28 |
| HSL | 133.75º | 0.4% | 0.53% | - |
| HSV(B) | 133.75º | 0.52% | 0.72% | - |
| XYZ | 23.98 | 37.48 | 20.72 | - |
| YUV | 146.86 | 107.2 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 184 | 110 | 0.52 | 0 | 0.40 | 0.28 | 133.75 | 0.4 | 0.53 |
| Hex | 58 | B8 | 6E | 34 | 0 | 28 | 1C | 86 | 28 | 35 |
| Octal | 130 | 270 | 156 | 64 | 0 | 50 | 34 | 206 | 50 | 65 |
| Binary | 1011000 | 10111000 | 1101110 | 110100 | 0 | 101000 | 11100 | 10000110 | 101000 | 110101 |
Color Harmonies of #58B86E
Complementary color
Monochromatic Colors of #58B86E
Black with #58B86E
Text Example
Text Example
White with #58B86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B86E; }
p { color: rgb(88,184,110); }
H1.HeaderClassName
{
color: #58B86E;
}
.AnyTagClassName
{
color: #58B86E;
}
</style>
background-color css
<style>
a { background-color: #58B86E; }
a { background-color: rgb(88,184,110); }
div.DivClassName
{
background-color: #58B86E;
}
.BgClassName
{
background-color: #58B86E;
}
</style>
border-color css
<style>
span { border-color: #58B86E; }
span { border-color: rgb(88,184,110); }
td.TdClassName
{
border-color: #58B86E;
}
.TagClassName
{
border-color: #58B86E;
}
</style>