Shades of Fern #58C758
Tints of Fern #58C758
RGB
CMYK
RGB Variations
Color information
#58C758 (or 0x58C758) is known color: Fern. HEX triplet: 58, C7 and 58. RGB value is (88,199,88). Sum of RGB (Red+Green+Blue) = 88+199+88=375 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.47% from 375); Green value is 199 (78.12% from 255 or 53.07% from 375); Blue value is 88 (34.77% from 255 or 23.47% from 375); Max value from RGB is 199 - color contains mainly: green. Hex color #58C758 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58C758 is #A738A7. Grayscale: #999999. Windows color (decimal): -10959016 or 5818200. OLE color: 5818200.
HSL color Cylindrical-coordinate representation of color #58C758: hue angle of 120º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58C758 is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 88 | 199 | 88 | - |
| CMYK | 0.56 | 0 | 0.56 | 0.22 |
| HSL | 120º | 0.5% | 0.56% | - |
| HSV(B) | 120º | 0.56% | 0.78% | - |
| XYZ | 26.21 | 43.63 | 16.27 | - |
| YUV | 153.16 | 91.23 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 199 | 88 | 0.56 | 0 | 0.56 | 0.22 | 120 | 0.5 | 0.56 |
| Hex | 58 | C7 | 58 | 38 | 0 | 38 | 16 | 78 | 32 | 38 |
| Octal | 130 | 307 | 130 | 70 | 0 | 70 | 26 | 170 | 62 | 70 |
| Binary | 1011000 | 11000111 | 1011000 | 111000 | 0 | 111000 | 10110 | 1111000 | 110010 | 111000 |
Color Harmonies of #58C758
Complementary color
Monochromatic Colors of #58C758
Black with #58C758
Text Example
Text Example
White with #58C758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C758; }
p { color: rgb(88,199,88); }
H1.HeaderClassName
{
color: #58C758;
}
.AnyTagClassName
{
color: #58C758;
}
</style>
background-color css
<style>
a { background-color: #58C758; }
a { background-color: rgb(88,199,88); }
div.DivClassName
{
background-color: #58C758;
}
.BgClassName
{
background-color: #58C758;
}
</style>
border-color css
<style>
span { border-color: #58C758; }
span { border-color: rgb(88,199,88); }
td.TdClassName
{
border-color: #58C758;
}
.TagClassName
{
border-color: #58C758;
}
</style>