Shades of Fern #58D563
Tints of Fern #58D563
RGB
CMYK
RGB Variations
Color information
#58D563 (or 0x58D563) is known color: Fern. HEX triplet: 58, D5 and 63. RGB value is (88,213,99). Sum of RGB (Red+Green+Blue) = 88+213+99=400 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22% from 400); Green value is 213 (83.59% from 255 or 53.25% from 400); Blue value is 99 (39.06% from 255 or 24.75% from 400); Max value from RGB is 213 - color contains mainly: green. Hex color #58D563 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58D563 is #A72A9C. Grayscale: #A2A2A2. Windows color (decimal): -10955421 or 6542680. OLE color: 6542680.
HSL color Cylindrical-coordinate representation of color #58D563: hue angle of 125.28º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58D563 is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 88 | 213 | 99 | - |
| CMYK | 0.59 | 0 | 0.54 | 0.16 |
| HSL | 125.28º | 0.6% | 0.59% | - |
| HSV(B) | 125.28º | 0.59% | 0.84% | - |
| XYZ | 30.07 | 50.56 | 19.98 | - |
| YUV | 162.63 | 92.09 | 74.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 213 | 99 | 0.59 | 0 | 0.54 | 0.16 | 125.28 | 0.6 | 0.59 |
| Hex | 58 | D5 | 63 | 3B | 0 | 36 | 10 | 7D | 3C | 3B |
| Octal | 130 | 325 | 143 | 73 | 0 | 66 | 20 | 175 | 74 | 73 |
| Binary | 1011000 | 11010101 | 1100011 | 111011 | 0 | 110110 | 10000 | 1111101 | 111100 | 111011 |
Color Harmonies of #58D563
Complementary color
Monochromatic Colors of #58D563
Black with #58D563
Text Example
Text Example
White with #58D563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D563; }
p { color: rgb(88,213,99); }
H1.HeaderClassName
{
color: #58D563;
}
.AnyTagClassName
{
color: #58D563;
}
</style>
background-color css
<style>
a { background-color: #58D563; }
a { background-color: rgb(88,213,99); }
div.DivClassName
{
background-color: #58D563;
}
.BgClassName
{
background-color: #58D563;
}
</style>
border-color css
<style>
span { border-color: #58D563; }
span { border-color: rgb(88,213,99); }
td.TdClassName
{
border-color: #58D563;
}
.TagClassName
{
border-color: #58D563;
}
</style>