Shades of Fern #58D758
Tints of Fern #58D758
RGB
CMYK
RGB Variations
Color information
#58D758 (or 0x58D758) is known color: Fern. HEX triplet: 58, D7 and 58. RGB value is (88,215,88). Sum of RGB (Red+Green+Blue) = 88+215+88=391 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.51% from 391); Green value is 215 (84.38% from 255 or 54.99% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 215 - color contains mainly: green. Hex color #58D758 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58D758 is #A728A7. Grayscale: #A2A2A2. Windows color (decimal): -10954920 or 5822296. OLE color: 5822296.
HSL color Cylindrical-coordinate representation of color #58D758: hue angle of 120º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58D758 is Cyan = 0.59, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 88 | 215 | 88 | - |
| CMYK | 0.59 | 0 | 0.59 | 0.16 |
| HSL | 120º | 0.61% | 0.59% | - |
| HSV(B) | 120º | 0.59% | 0.84% | - |
| XYZ | 30.09 | 51.38 | 17.56 | - |
| YUV | 162.55 | 85.92 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 215 | 88 | 0.59 | 0 | 0.59 | 0.16 | 120 | 0.61 | 0.59 |
| Hex | 58 | D7 | 58 | 3B | 0 | 3B | 10 | 78 | 3D | 3B |
| Octal | 130 | 327 | 130 | 73 | 0 | 73 | 20 | 170 | 75 | 73 |
| Binary | 1011000 | 11010111 | 1011000 | 111011 | 0 | 111011 | 10000 | 1111000 | 111101 | 111011 |
Color Harmonies of #58D758
Complementary color
Monochromatic Colors of #58D758
Black with #58D758
Text Example
Text Example
White with #58D758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D758; }
p { color: rgb(88,215,88); }
H1.HeaderClassName
{
color: #58D758;
}
.AnyTagClassName
{
color: #58D758;
}
</style>
background-color css
<style>
a { background-color: #58D758; }
a { background-color: rgb(88,215,88); }
div.DivClassName
{
background-color: #58D758;
}
.BgClassName
{
background-color: #58D758;
}
</style>
border-color css
<style>
span { border-color: #58D758; }
span { border-color: rgb(88,215,88); }
td.TdClassName
{
border-color: #58D758;
}
.TagClassName
{
border-color: #58D758;
}
</style>