Shades of Fern #58B770
Tints of Fern #58B770
RGB
CMYK
RGB Variations
Color information
#58B770 (or 0x58B770) is known color: Fern. HEX triplet: 58, B7 and 70. RGB value is (88,183,112). Sum of RGB (Red+Green+Blue) = 88+183+112=383 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.98% from 383); Green value is 183 (71.88% from 255 or 47.78% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 183 - color contains mainly: green. Hex color #58B770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58B770 is #A7488F. Grayscale: #929292. Windows color (decimal): -10963088 or 7386968. OLE color: 7386968.
HSL color Cylindrical-coordinate representation of color #58B770: hue angle of 135.16º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58B770 is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 88 | 183 | 112 | - |
| CMYK | 0.52 | 0 | 0.39 | 0.28 |
| HSL | 135.16º | 0.4% | 0.53% | - |
| HSV(B) | 135.16º | 0.52% | 0.72% | - |
| XYZ | 23.88 | 37.11 | 21.23 | - |
| YUV | 146.5 | 108.53 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 183 | 112 | 0.52 | 0 | 0.39 | 0.28 | 135.16 | 0.4 | 0.53 |
| Hex | 58 | B7 | 70 | 34 | 0 | 27 | 1C | 87 | 28 | 35 |
| Octal | 130 | 267 | 160 | 64 | 0 | 47 | 34 | 207 | 50 | 65 |
| Binary | 1011000 | 10110111 | 1110000 | 110100 | 0 | 100111 | 11100 | 10000111 | 101000 | 110101 |
Color Harmonies of #58B770
Complementary color
Monochromatic Colors of #58B770
Black with #58B770
Text Example
Text Example
White with #58B770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B770; }
p { color: rgb(88,183,112); }
H1.HeaderClassName
{
color: #58B770;
}
.AnyTagClassName
{
color: #58B770;
}
</style>
background-color css
<style>
a { background-color: #58B770; }
a { background-color: rgb(88,183,112); }
div.DivClassName
{
background-color: #58B770;
}
.BgClassName
{
background-color: #58B770;
}
</style>
border-color css
<style>
span { border-color: #58B770; }
span { border-color: rgb(88,183,112); }
td.TdClassName
{
border-color: #58B770;
}
.TagClassName
{
border-color: #58B770;
}
</style>