Shades of Fern #58D361
Tints of Fern #58D361
RGB
CMYK
RGB Variations
Color information
#58D361 (or 0x58D361) is known color: Fern. HEX triplet: 58, D3 and 61. RGB value is (88,211,97). Sum of RGB (Red+Green+Blue) = 88+211+97=396 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.22% from 396); Green value is 211 (82.81% from 255 or 53.28% from 396); Blue value is 97 (38.28% from 255 or 24.49% from 396); Max value from RGB is 211 - color contains mainly: green. Hex color #58D361 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58D361 is #A72C9E. Grayscale: #A1A1A1. Windows color (decimal): -10955935 or 6411096. OLE color: 6411096.
HSL color Cylindrical-coordinate representation of color #58D361: hue angle of 124.39º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58D361 is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 88 | 211 | 97 | - |
| CMYK | 0.58 | 0 | 0.54 | 0.17 |
| HSL | 124.39º | 0.58% | 0.59% | - |
| HSV(B) | 124.39º | 0.58% | 0.83% | - |
| XYZ | 29.48 | 49.53 | 19.32 | - |
| YUV | 161.23 | 91.75 | 75.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 211 | 97 | 0.58 | 0 | 0.54 | 0.17 | 124.39 | 0.58 | 0.59 |
| Hex | 58 | D3 | 61 | 3A | 0 | 36 | 11 | 7C | 3A | 3B |
| Octal | 130 | 323 | 141 | 72 | 0 | 66 | 21 | 174 | 72 | 73 |
| Binary | 1011000 | 11010011 | 1100001 | 111010 | 0 | 110110 | 10001 | 1111100 | 111010 | 111011 |
Color Harmonies of #58D361
Complementary color
Monochromatic Colors of #58D361
Black with #58D361
Text Example
Text Example
White with #58D361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D361; }
p { color: rgb(88,211,97); }
H1.HeaderClassName
{
color: #58D361;
}
.AnyTagClassName
{
color: #58D361;
}
</style>
background-color css
<style>
a { background-color: #58D361; }
a { background-color: rgb(88,211,97); }
div.DivClassName
{
background-color: #58D361;
}
.BgClassName
{
background-color: #58D361;
}
</style>
border-color css
<style>
span { border-color: #58D361; }
span { border-color: rgb(88,211,97); }
td.TdClassName
{
border-color: #58D361;
}
.TagClassName
{
border-color: #58D361;
}
</style>