Shades of Fern #58C25B
Tints of Fern #58C25B
RGB
CMYK
RGB Variations
Color information
#58C25B (or 0x58C25B) is known color: Fern. HEX triplet: 58, C2 and 5B. RGB value is (88,194,91). Sum of RGB (Red+Green+Blue) = 88+194+91=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 194 (76.17% from 255 or 52.01% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 194 - color contains mainly: green. Hex color #58C25B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58C25B is #A73DA4. Grayscale: #969696. Windows color (decimal): -10960293 or 6013528. OLE color: 6013528.
HSL color Cylindrical-coordinate representation of color #58C25B: hue angle of 121.7º 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 #58C25B is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 194 | 91 | - |
| CMYK | 0.55 | 0 | 0.53 | 0.24 |
| HSL | 121.7º | 0.46% | 0.55% | - |
| HSV(B) | 121.7º | 0.55% | 0.76% | - |
| XYZ | 25.2 | 41.41 | 16.56 | - |
| YUV | 150.56 | 94.38 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 194 | 91 | 0.55 | 0 | 0.53 | 0.24 | 121.7 | 0.46 | 0.55 |
| Hex | 58 | C2 | 5B | 37 | 0 | 35 | 18 | 7A | 2E | 37 |
| Octal | 130 | 302 | 133 | 67 | 0 | 65 | 30 | 172 | 56 | 67 |
| Binary | 1011000 | 11000010 | 1011011 | 110111 | 0 | 110101 | 11000 | 1111010 | 101110 | 110111 |
Color Harmonies of #58C25B
Complementary color
Monochromatic Colors of #58C25B
Black with #58C25B
Text Example
Text Example
White with #58C25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C25B; }
p { color: rgb(88,194,91); }
H1.HeaderClassName
{
color: #58C25B;
}
.AnyTagClassName
{
color: #58C25B;
}
</style>
background-color css
<style>
a { background-color: #58C25B; }
a { background-color: rgb(88,194,91); }
div.DivClassName
{
background-color: #58C25B;
}
.BgClassName
{
background-color: #58C25B;
}
</style>
border-color css
<style>
span { border-color: #58C25B; }
span { border-color: rgb(88,194,91); }
td.TdClassName
{
border-color: #58C25B;
}
.TagClassName
{
border-color: #58C25B;
}
</style>