Shades of Fern #58C259
Tints of Fern #58C259
RGB
CMYK
RGB Variations
Color information
#58C259 (or 0x58C259) is known color: Fern. HEX triplet: 58, C2 and 59. RGB value is (88,194,89). Sum of RGB (Red+Green+Blue) = 88+194+89=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 194 (76.17% from 255 or 52.29% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 194 - color contains mainly: green. Hex color #58C259 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58C259 is #A73DA6. Grayscale: #969696. Windows color (decimal): -10960295 or 5882456. OLE color: 5882456.
HSL color Cylindrical-coordinate representation of color #58C259: hue angle of 120.57º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58C259 is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 194 | 89 | - |
| CMYK | 0.55 | 0 | 0.54 | 0.24 |
| HSL | 120.57º | 0.46% | 0.55% | - |
| HSV(B) | 120.57º | 0.55% | 0.76% | - |
| XYZ | 25.12 | 41.38 | 16.11 | - |
| YUV | 150.34 | 93.38 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 194 | 89 | 0.55 | 0 | 0.54 | 0.24 | 120.57 | 0.46 | 0.55 |
| Hex | 58 | C2 | 59 | 37 | 0 | 36 | 18 | 79 | 2E | 37 |
| Octal | 130 | 302 | 131 | 67 | 0 | 66 | 30 | 171 | 56 | 67 |
| Binary | 1011000 | 11000010 | 1011001 | 110111 | 0 | 110110 | 11000 | 1111001 | 101110 | 110111 |
Color Harmonies of #58C259
Complementary color
Monochromatic Colors of #58C259
Black with #58C259
Text Example
Text Example
White with #58C259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C259; }
p { color: rgb(88,194,89); }
H1.HeaderClassName
{
color: #58C259;
}
.AnyTagClassName
{
color: #58C259;
}
</style>
background-color css
<style>
a { background-color: #58C259; }
a { background-color: rgb(88,194,89); }
div.DivClassName
{
background-color: #58C259;
}
.BgClassName
{
background-color: #58C259;
}
</style>
border-color css
<style>
span { border-color: #58C259; }
span { border-color: rgb(88,194,89); }
td.TdClassName
{
border-color: #58C259;
}
.TagClassName
{
border-color: #58C259;
}
</style>