Shades of Fern #58BB5B
Tints of Fern #58BB5B
RGB
CMYK
RGB Variations
Color information
#58BB5B (or 0x58BB5B) is known color: Fern. HEX triplet: 58, BB and 5B. RGB value is (88,187,91). Sum of RGB (Red+Green+Blue) = 88+187+91=366 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.04% from 366); Green value is 187 (73.44% from 255 or 51.09% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 187 - color contains mainly: green. Hex color #58BB5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58BB5B is #A744A4. Grayscale: #929292. Windows color (decimal): -10962085 or 6011736. OLE color: 6011736.
HSL color Cylindrical-coordinate representation of color #58BB5B: hue angle of 121.82º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58BB5B is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 187 | 91 | - |
| CMYK | 0.53 | 0 | 0.51 | 0.27 |
| HSL | 121.82º | 0.42% | 0.54% | - |
| HSV(B) | 121.82º | 0.53% | 0.73% | - |
| XYZ | 23.68 | 38.37 | 16.06 | - |
| YUV | 146.46 | 96.7 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 187 | 91 | 0.53 | 0 | 0.51 | 0.27 | 121.82 | 0.42 | 0.54 |
| Hex | 58 | BB | 5B | 35 | 0 | 33 | 1B | 7A | 2A | 36 |
| Octal | 130 | 273 | 133 | 65 | 0 | 63 | 33 | 172 | 52 | 66 |
| Binary | 1011000 | 10111011 | 1011011 | 110101 | 0 | 110011 | 11011 | 1111010 | 101010 | 110110 |
Color Harmonies of #58BB5B
Complementary color
Monochromatic Colors of #58BB5B
Black with #58BB5B
Text Example
Text Example
White with #58BB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BB5B; }
p { color: rgb(88,187,91); }
H1.HeaderClassName
{
color: #58BB5B;
}
.AnyTagClassName
{
color: #58BB5B;
}
</style>
background-color css
<style>
a { background-color: #58BB5B; }
a { background-color: rgb(88,187,91); }
div.DivClassName
{
background-color: #58BB5B;
}
.BgClassName
{
background-color: #58BB5B;
}
</style>
border-color css
<style>
span { border-color: #58BB5B; }
span { border-color: rgb(88,187,91); }
td.TdClassName
{
border-color: #58BB5B;
}
.TagClassName
{
border-color: #58BB5B;
}
</style>