Shades of Fern #58D363
Tints of Fern #58D363
RGB
CMYK
RGB Variations
Color information
#58D363 (or 0x58D363) is known color: Fern. HEX triplet: 58, D3 and 63. RGB value is (88,211,99). Sum of RGB (Red+Green+Blue) = 88+211+99=398 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.11% from 398); Green value is 211 (82.81% from 255 or 53.02% from 398); Blue value is 99 (39.06% from 255 or 24.87% from 398); Max value from RGB is 211 - color contains mainly: green. Hex color #58D363 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58D363 is #A72C9C. Grayscale: #A1A1A1. Windows color (decimal): -10955933 or 6542168. OLE color: 6542168.
HSL color Cylindrical-coordinate representation of color #58D363: hue angle of 125.37º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58D363 is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 88 | 211 | 99 | - |
| CMYK | 0.58 | 0 | 0.53 | 0.17 |
| HSL | 125.37º | 0.58% | 0.59% | - |
| HSV(B) | 125.37º | 0.58% | 0.83% | - |
| XYZ | 29.57 | 49.56 | 19.81 | - |
| YUV | 161.46 | 92.75 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 211 | 99 | 0.58 | 0 | 0.53 | 0.17 | 125.37 | 0.58 | 0.59 |
| Hex | 58 | D3 | 63 | 3A | 0 | 35 | 11 | 7D | 3A | 3B |
| Octal | 130 | 323 | 143 | 72 | 0 | 65 | 21 | 175 | 72 | 73 |
| Binary | 1011000 | 11010011 | 1100011 | 111010 | 0 | 110101 | 10001 | 1111101 | 111010 | 111011 |
Color Harmonies of #58D363
Complementary color
Monochromatic Colors of #58D363
Black with #58D363
Text Example
Text Example
White with #58D363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D363; }
p { color: rgb(88,211,99); }
H1.HeaderClassName
{
color: #58D363;
}
.AnyTagClassName
{
color: #58D363;
}
</style>
background-color css
<style>
a { background-color: #58D363; }
a { background-color: rgb(88,211,99); }
div.DivClassName
{
background-color: #58D363;
}
.BgClassName
{
background-color: #58D363;
}
</style>
border-color css
<style>
span { border-color: #58D363; }
span { border-color: rgb(88,211,99); }
td.TdClassName
{
border-color: #58D363;
}
.TagClassName
{
border-color: #58D363;
}
</style>