Shades of Fern #58D85E
Tints of Fern #58D85E
RGB
CMYK
RGB Variations
Color information
#58D85E (or 0x58D85E) is known color: Fern. HEX triplet: 58, D8 and 5E. RGB value is (88,216,94). Sum of RGB (Red+Green+Blue) = 88+216+94=398 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.11% from 398); Green value is 216 (84.77% from 255 or 54.27% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 216 - color contains mainly: green. Hex color #58D85E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58D85E is #A727A1. Grayscale: #A4A4A4. Windows color (decimal): -10954658 or 6215768. OLE color: 6215768.
HSL color Cylindrical-coordinate representation of color #58D85E: hue angle of 122.81º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58D85E is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 88 | 216 | 94 | - |
| CMYK | 0.59 | 0 | 0.56 | 0.15 |
| HSL | 122.81º | 0.62% | 0.6% | - |
| HSV(B) | 122.81º | 0.59% | 0.85% | - |
| XYZ | 30.6 | 51.99 | 19.01 | - |
| YUV | 163.82 | 88.59 | 73.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 216 | 94 | 0.59 | 0 | 0.56 | 0.15 | 122.81 | 0.62 | 0.6 |
| Hex | 58 | D8 | 5E | 3B | 0 | 38 | F | 7B | 3E | 3C |
| Octal | 130 | 330 | 136 | 73 | 0 | 70 | 17 | 173 | 76 | 74 |
| Binary | 1011000 | 11011000 | 1011110 | 111011 | 0 | 111000 | 1111 | 1111011 | 111110 | 111100 |
Color Harmonies of #58D85E
Complementary color
Monochromatic Colors of #58D85E
Black with #58D85E
Text Example
Text Example
White with #58D85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D85E; }
p { color: rgb(88,216,94); }
H1.HeaderClassName
{
color: #58D85E;
}
.AnyTagClassName
{
color: #58D85E;
}
</style>
background-color css
<style>
a { background-color: #58D85E; }
a { background-color: rgb(88,216,94); }
div.DivClassName
{
background-color: #58D85E;
}
.BgClassName
{
background-color: #58D85E;
}
</style>
border-color css
<style>
span { border-color: #58D85E; }
span { border-color: rgb(88,216,94); }
td.TdClassName
{
border-color: #58D85E;
}
.TagClassName
{
border-color: #58D85E;
}
</style>