Shades of Fern #58D752
Tints of Fern #58D752
RGB
CMYK
RGB Variations
Color information
#58D752 (or 0x58D752) is known color: Fern. HEX triplet: 58, D7 and 52. RGB value is (88,215,82). Sum of RGB (Red+Green+Blue) = 88+215+82=385 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.86% from 385); Green value is 215 (84.38% from 255 or 55.84% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 215 - color contains mainly: green. Hex color #58D752 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58D752 is #A728AD. Grayscale: #A2A2A2. Windows color (decimal): -10954926 or 5429080. OLE color: 5429080.
HSL color Cylindrical-coordinate representation of color #58D752: hue angle of 117.29º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58D752 is Cyan = 0.59, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 88 | 215 | 82 | - |
| CMYK | 0.59 | 0 | 0.62 | 0.16 |
| HSL | 117.29º | 0.62% | 0.58% | - |
| HSV(B) | 117.29º | 0.62% | 0.84% | - |
| XYZ | 29.85 | 51.28 | 16.31 | - |
| YUV | 161.87 | 82.92 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 215 | 82 | 0.59 | 0 | 0.62 | 0.16 | 117.29 | 0.62 | 0.58 |
| Hex | 58 | D7 | 52 | 3B | 0 | 3E | 10 | 75 | 3E | 3A |
| Octal | 130 | 327 | 122 | 73 | 0 | 76 | 20 | 165 | 76 | 72 |
| Binary | 1011000 | 11010111 | 1010010 | 111011 | 0 | 111110 | 10000 | 1110101 | 111110 | 111010 |
Color Harmonies of #58D752
Complementary color
Monochromatic Colors of #58D752
Black with #58D752
Text Example
Text Example
White with #58D752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D752; }
p { color: rgb(88,215,82); }
H1.HeaderClassName
{
color: #58D752;
}
.AnyTagClassName
{
color: #58D752;
}
</style>
background-color css
<style>
a { background-color: #58D752; }
a { background-color: rgb(88,215,82); }
div.DivClassName
{
background-color: #58D752;
}
.BgClassName
{
background-color: #58D752;
}
</style>
border-color css
<style>
span { border-color: #58D752; }
span { border-color: rgb(88,215,82); }
td.TdClassName
{
border-color: #58D752;
}
.TagClassName
{
border-color: #58D752;
}
</style>