Shades of Fern #58C055
Tints of Fern #58C055
RGB
CMYK
RGB Variations
Color information
#58C055 (or 0x58C055) is known color: Fern. HEX triplet: 58, C0 and 55. RGB value is (88,192,85). Sum of RGB (Red+Green+Blue) = 88+192+85=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #58C055 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58C055 is #A73FAA. Grayscale: #959595. Windows color (decimal): -10960811 or 5619800. OLE color: 5619800.
HSL color Cylindrical-coordinate representation of color #58C055: hue angle of 118.32º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58C055 is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 192 | 85 | - |
| CMYK | 0.54 | 0 | 0.56 | 0.25 |
| HSL | 118.32º | 0.46% | 0.54% | - |
| HSV(B) | 118.32º | 0.56% | 0.75% | - |
| XYZ | 24.51 | 40.43 | 15.11 | - |
| YUV | 148.71 | 92.04 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 192 | 85 | 0.54 | 0 | 0.56 | 0.25 | 118.32 | 0.46 | 0.54 |
| Hex | 58 | C0 | 55 | 36 | 0 | 38 | 19 | 76 | 2E | 36 |
| Octal | 130 | 300 | 125 | 66 | 0 | 70 | 31 | 166 | 56 | 66 |
| Binary | 1011000 | 11000000 | 1010101 | 110110 | 0 | 111000 | 11001 | 1110110 | 101110 | 110110 |
Color Harmonies of #58C055
Complementary color
Monochromatic Colors of #58C055
Black with #58C055
Text Example
Text Example
White with #58C055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C055; }
p { color: rgb(88,192,85); }
H1.HeaderClassName
{
color: #58C055;
}
.AnyTagClassName
{
color: #58C055;
}
</style>
background-color css
<style>
a { background-color: #58C055; }
a { background-color: rgb(88,192,85); }
div.DivClassName
{
background-color: #58C055;
}
.BgClassName
{
background-color: #58C055;
}
</style>
border-color css
<style>
span { border-color: #58C055; }
span { border-color: rgb(88,192,85); }
td.TdClassName
{
border-color: #58C055;
}
.TagClassName
{
border-color: #58C055;
}
</style>