Shades of Fern #58C959
Tints of Fern #58C959
RGB
CMYK
RGB Variations
Color information
#58C959 (or 0x58C959) is known color: Fern. HEX triplet: 58, C9 and 59. RGB value is (88,201,89). Sum of RGB (Red+Green+Blue) = 88+201+89=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 201 (78.91% from 255 or 53.17% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 201 - color contains mainly: green. Hex color #58C959 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58C959 is #A736A6. Grayscale: #9A9A9A. Windows color (decimal): -10958503 or 5884248. OLE color: 5884248.
HSL color Cylindrical-coordinate representation of color #58C959: hue angle of 120.53º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58C959 is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 201 | 89 | - |
| CMYK | 0.56 | 0 | 0.56 | 0.21 |
| HSL | 120.53º | 0.51% | 0.57% | - |
| HSV(B) | 120.53º | 0.56% | 0.79% | - |
| XYZ | 26.71 | 44.57 | 16.65 | - |
| YUV | 154.45 | 91.06 | 80.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 201 | 89 | 0.56 | 0 | 0.56 | 0.21 | 120.53 | 0.51 | 0.57 |
| Hex | 58 | C9 | 59 | 38 | 0 | 38 | 15 | 79 | 33 | 39 |
| Octal | 130 | 311 | 131 | 70 | 0 | 70 | 25 | 171 | 63 | 71 |
| Binary | 1011000 | 11001001 | 1011001 | 111000 | 0 | 111000 | 10101 | 1111001 | 110011 | 111001 |
Color Harmonies of #58C959
Complementary color
Monochromatic Colors of #58C959
Black with #58C959
Text Example
Text Example
White with #58C959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C959; }
p { color: rgb(88,201,89); }
H1.HeaderClassName
{
color: #58C959;
}
.AnyTagClassName
{
color: #58C959;
}
</style>
background-color css
<style>
a { background-color: #58C959; }
a { background-color: rgb(88,201,89); }
div.DivClassName
{
background-color: #58C959;
}
.BgClassName
{
background-color: #58C959;
}
</style>
border-color css
<style>
span { border-color: #58C959; }
span { border-color: rgb(88,201,89); }
td.TdClassName
{
border-color: #58C959;
}
.TagClassName
{
border-color: #58C959;
}
</style>