Shades of Fern #58B566
Tints of Fern #58B566
RGB
CMYK
RGB Variations
Color information
#58B566 (or 0x58B566) is known color: Fern. HEX triplet: 58, B5 and 66. RGB value is (88,181,102). Sum of RGB (Red+Green+Blue) = 88+181+102=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 181 (71.09% from 255 or 48.79% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 181 - color contains mainly: green. Hex color #58B566 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58B566 is #A74A99. Grayscale: #909090. Windows color (decimal): -10963610 or 6731096. OLE color: 6731096.
HSL color Cylindrical-coordinate representation of color #58B566: hue angle of 129.03º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58B566 is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 88 | 181 | 102 | - |
| CMYK | 0.51 | 0 | 0.44 | 0.29 |
| HSL | 129.03º | 0.39% | 0.53% | - |
| HSV(B) | 129.03º | 0.51% | 0.71% | - |
| XYZ | 22.95 | 36.08 | 18.33 | - |
| YUV | 144.19 | 104.19 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 181 | 102 | 0.51 | 0 | 0.44 | 0.29 | 129.03 | 0.39 | 0.53 |
| Hex | 58 | B5 | 66 | 33 | 0 | 2C | 1D | 81 | 27 | 35 |
| Octal | 130 | 265 | 146 | 63 | 0 | 54 | 35 | 201 | 47 | 65 |
| Binary | 1011000 | 10110101 | 1100110 | 110011 | 0 | 101100 | 11101 | 10000001 | 100111 | 110101 |
Color Harmonies of #58B566
Complementary color
Monochromatic Colors of #58B566
Black with #58B566
Text Example
Text Example
White with #58B566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B566; }
p { color: rgb(88,181,102); }
H1.HeaderClassName
{
color: #58B566;
}
.AnyTagClassName
{
color: #58B566;
}
</style>
background-color css
<style>
a { background-color: #58B566; }
a { background-color: rgb(88,181,102); }
div.DivClassName
{
background-color: #58B566;
}
.BgClassName
{
background-color: #58B566;
}
</style>
border-color css
<style>
span { border-color: #58B566; }
span { border-color: rgb(88,181,102); }
td.TdClassName
{
border-color: #58B566;
}
.TagClassName
{
border-color: #58B566;
}
</style>