Shades of Fern #58D262
Tints of Fern #58D262
RGB
CMYK
RGB Variations
Color information
#58D262 (or 0x58D262) is known color: Fern. HEX triplet: 58, D2 and 62. RGB value is (88,210,98). Sum of RGB (Red+Green+Blue) = 88+210+98=396 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.22% from 396); Green value is 210 (82.42% from 255 or 53.03% from 396); Blue value is 98 (38.67% from 255 or 24.75% from 396); Max value from RGB is 210 - color contains mainly: green. Hex color #58D262 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58D262 is #A72D9D. Grayscale: #A1A1A1. Windows color (decimal): -10956190 or 6476376. OLE color: 6476376.
HSL color Cylindrical-coordinate representation of color #58D262: hue angle of 124.92º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58D262 is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 210 | 98 | - |
| CMYK | 0.58 | 0 | 0.53 | 0.18 |
| HSL | 124.92º | 0.58% | 0.58% | - |
| HSV(B) | 124.92º | 0.58% | 0.82% | - |
| XYZ | 29.28 | 49.05 | 19.48 | - |
| YUV | 160.75 | 92.58 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 210 | 98 | 0.58 | 0 | 0.53 | 0.18 | 124.92 | 0.58 | 0.58 |
| Hex | 58 | D2 | 62 | 3A | 0 | 35 | 12 | 7D | 3A | 3A |
| Octal | 130 | 322 | 142 | 72 | 0 | 65 | 22 | 175 | 72 | 72 |
| Binary | 1011000 | 11010010 | 1100010 | 111010 | 0 | 110101 | 10010 | 1111101 | 111010 | 111010 |
Color Harmonies of #58D262
Complementary color
Monochromatic Colors of #58D262
Black with #58D262
Text Example
Text Example
White with #58D262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D262; }
p { color: rgb(88,210,98); }
H1.HeaderClassName
{
color: #58D262;
}
.AnyTagClassName
{
color: #58D262;
}
</style>
background-color css
<style>
a { background-color: #58D262; }
a { background-color: rgb(88,210,98); }
div.DivClassName
{
background-color: #58D262;
}
.BgClassName
{
background-color: #58D262;
}
</style>
border-color css
<style>
span { border-color: #58D262; }
span { border-color: rgb(88,210,98); }
td.TdClassName
{
border-color: #58D262;
}
.TagClassName
{
border-color: #58D262;
}
</style>