Shades of Fern #58B966
Tints of Fern #58B966
RGB
CMYK
RGB Variations
Color information
#58B966 (or 0x58B966) is known color: Fern. HEX triplet: 58, B9 and 66. RGB value is (88,185,102). Sum of RGB (Red+Green+Blue) = 88+185+102=375 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.47% from 375); Green value is 185 (72.66% from 255 or 49.33% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 185 - color contains mainly: green. Hex color #58B966 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58B966 is #A74699. Grayscale: #929292. Windows color (decimal): -10962586 or 6732120. OLE color: 6732120.
HSL color Cylindrical-coordinate representation of color #58B966: hue angle of 128.66º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58B966 is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 185 | 102 | - |
| CMYK | 0.52 | 0 | 0.45 | 0.27 |
| HSL | 128.66º | 0.41% | 0.54% | - |
| HSV(B) | 128.66º | 0.52% | 0.73% | - |
| XYZ | 23.77 | 37.73 | 18.6 | - |
| YUV | 146.54 | 102.86 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 185 | 102 | 0.52 | 0 | 0.45 | 0.27 | 128.66 | 0.41 | 0.54 |
| Hex | 58 | B9 | 66 | 34 | 0 | 2D | 1B | 81 | 29 | 36 |
| Octal | 130 | 271 | 146 | 64 | 0 | 55 | 33 | 201 | 51 | 66 |
| Binary | 1011000 | 10111001 | 1100110 | 110100 | 0 | 101101 | 11011 | 10000001 | 101001 | 110110 |
Color Harmonies of #58B966
Complementary color
Monochromatic Colors of #58B966
Black with #58B966
Text Example
Text Example
White with #58B966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B966; }
p { color: rgb(88,185,102); }
H1.HeaderClassName
{
color: #58B966;
}
.AnyTagClassName
{
color: #58B966;
}
</style>
background-color css
<style>
a { background-color: #58B966; }
a { background-color: rgb(88,185,102); }
div.DivClassName
{
background-color: #58B966;
}
.BgClassName
{
background-color: #58B966;
}
</style>
border-color css
<style>
span { border-color: #58B966; }
span { border-color: rgb(88,185,102); }
td.TdClassName
{
border-color: #58B966;
}
.TagClassName
{
border-color: #58B966;
}
</style>