Shades of Fern #58C260
Tints of Fern #58C260
RGB
CMYK
RGB Variations
Color information
#58C260 (or 0x58C260) is known color: Fern. HEX triplet: 58, C2 and 60. RGB value is (88,194,96). Sum of RGB (Red+Green+Blue) = 88+194+96=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 194 (76.17% from 255 or 51.32% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 194 - color contains mainly: green. Hex color #58C260 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58C260 is #A73D9F. Grayscale: #979797. Windows color (decimal): -10960288 or 6341208. OLE color: 6341208.
HSL color Cylindrical-coordinate representation of color #58C260: hue angle of 124.53º 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 #58C260 is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 194 | 96 | - |
| CMYK | 0.55 | 0 | 0.51 | 0.24 |
| HSL | 124.53º | 0.46% | 0.55% | - |
| HSV(B) | 124.53º | 0.55% | 0.76% | - |
| XYZ | 25.43 | 41.5 | 17.74 | - |
| YUV | 151.13 | 96.88 | 82.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 194 | 96 | 0.55 | 0 | 0.51 | 0.24 | 124.53 | 0.46 | 0.55 |
| Hex | 58 | C2 | 60 | 37 | 0 | 33 | 18 | 7D | 2E | 37 |
| Octal | 130 | 302 | 140 | 67 | 0 | 63 | 30 | 175 | 56 | 67 |
| Binary | 1011000 | 11000010 | 1100000 | 110111 | 0 | 110011 | 11000 | 1111101 | 101110 | 110111 |
Color Harmonies of #58C260
Complementary color
Monochromatic Colors of #58C260
Black with #58C260
Text Example
Text Example
White with #58C260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C260; }
p { color: rgb(88,194,96); }
H1.HeaderClassName
{
color: #58C260;
}
.AnyTagClassName
{
color: #58C260;
}
</style>
background-color css
<style>
a { background-color: #58C260; }
a { background-color: rgb(88,194,96); }
div.DivClassName
{
background-color: #58C260;
}
.BgClassName
{
background-color: #58C260;
}
</style>
border-color css
<style>
span { border-color: #58C260; }
span { border-color: rgb(88,194,96); }
td.TdClassName
{
border-color: #58C260;
}
.TagClassName
{
border-color: #58C260;
}
</style>