Shades of Fern #58D263
Tints of Fern #58D263
RGB
CMYK
RGB Variations
Color information
#58D263 (or 0x58D263) is known color: Fern. HEX triplet: 58, D2 and 63. RGB value is (88,210,99). Sum of RGB (Red+Green+Blue) = 88+210+99=397 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.17% from 397); Green value is 210 (82.42% from 255 or 52.90% from 397); Blue value is 99 (39.06% from 255 or 24.94% from 397); Max value from RGB is 210 - color contains mainly: green. Hex color #58D263 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58D263 is #A72D9C. Grayscale: #A1A1A1. Windows color (decimal): -10956189 or 6541912. OLE color: 6541912.
HSL color Cylindrical-coordinate representation of color #58D263: hue angle of 125.41º 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 #58D263 is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 210 | 99 | - |
| CMYK | 0.58 | 0 | 0.53 | 0.18 |
| HSL | 125.41º | 0.58% | 0.58% | - |
| HSV(B) | 125.41º | 0.58% | 0.82% | - |
| XYZ | 29.32 | 49.07 | 19.73 | - |
| YUV | 160.87 | 93.08 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 210 | 99 | 0.58 | 0 | 0.53 | 0.18 | 125.41 | 0.58 | 0.58 |
| Hex | 58 | D2 | 63 | 3A | 0 | 35 | 12 | 7D | 3A | 3A |
| Octal | 130 | 322 | 143 | 72 | 0 | 65 | 22 | 175 | 72 | 72 |
| Binary | 1011000 | 11010010 | 1100011 | 111010 | 0 | 110101 | 10010 | 1111101 | 111010 | 111010 |
Color Harmonies of #58D263
Complementary color
Monochromatic Colors of #58D263
Black with #58D263
Text Example
Text Example
White with #58D263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D263; }
p { color: rgb(88,210,99); }
H1.HeaderClassName
{
color: #58D263;
}
.AnyTagClassName
{
color: #58D263;
}
</style>
background-color css
<style>
a { background-color: #58D263; }
a { background-color: rgb(88,210,99); }
div.DivClassName
{
background-color: #58D263;
}
.BgClassName
{
background-color: #58D263;
}
</style>
border-color css
<style>
span { border-color: #58D263; }
span { border-color: rgb(88,210,99); }
td.TdClassName
{
border-color: #58D263;
}
.TagClassName
{
border-color: #58D263;
}
</style>