Shades of Fern #58D061
Tints of Fern #58D061
RGB
CMYK
RGB Variations
Color information
#58D061 (or 0x58D061) is known color: Fern. HEX triplet: 58, D0 and 61. RGB value is (88,208,97). Sum of RGB (Red+Green+Blue) = 88+208+97=393 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.39% from 393); Green value is 208 (81.64% from 255 or 52.93% from 393); Blue value is 97 (38.28% from 255 or 24.68% from 393); Max value from RGB is 208 - color contains mainly: green. Hex color #58D061 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58D061 is #A72F9E. Grayscale: #9F9F9F. Windows color (decimal): -10956703 or 6410328. OLE color: 6410328.
HSL color Cylindrical-coordinate representation of color #58D061: hue angle of 124.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58D061 is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 208 | 97 | - |
| CMYK | 0.58 | 0 | 0.53 | 0.18 |
| HSL | 124.5º | 0.56% | 0.58% | - |
| HSV(B) | 124.5º | 0.58% | 0.82% | - |
| XYZ | 28.74 | 48.05 | 19.07 | - |
| YUV | 159.47 | 92.74 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 208 | 97 | 0.58 | 0 | 0.53 | 0.18 | 124.5 | 0.56 | 0.58 |
| Hex | 58 | D0 | 61 | 3A | 0 | 35 | 12 | 7C | 38 | 3A |
| Octal | 130 | 320 | 141 | 72 | 0 | 65 | 22 | 174 | 70 | 72 |
| Binary | 1011000 | 11010000 | 1100001 | 111010 | 0 | 110101 | 10010 | 1111100 | 111000 | 111010 |
Color Harmonies of #58D061
Complementary color
Monochromatic Colors of #58D061
Black with #58D061
Text Example
Text Example
White with #58D061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D061; }
p { color: rgb(88,208,97); }
H1.HeaderClassName
{
color: #58D061;
}
.AnyTagClassName
{
color: #58D061;
}
</style>
background-color css
<style>
a { background-color: #58D061; }
a { background-color: rgb(88,208,97); }
div.DivClassName
{
background-color: #58D061;
}
.BgClassName
{
background-color: #58D061;
}
</style>
border-color css
<style>
span { border-color: #58D061; }
span { border-color: rgb(88,208,97); }
td.TdClassName
{
border-color: #58D061;
}
.TagClassName
{
border-color: #58D061;
}
</style>