Shades of Emerald #58D265
Tints of Emerald #58D265
RGB
CMYK
RGB Variations
Color information
#58D265 (or 0x58D265) is known color: Emerald. HEX triplet: 58, D2 and 65. RGB value is (88,210,101). Sum of RGB (Red+Green+Blue) = 88+210+101=399 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.06% from 399); Green value is 210 (82.42% from 255 or 52.63% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 210 - color contains mainly: green. Hex color #58D265 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58D265 is #A72D9A. Grayscale: #A1A1A1. Windows color (decimal): -10956187 or 6672984. OLE color: 6672984.
HSL color Cylindrical-coordinate representation of color #58D265: hue angle of 126.39º 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 #58D265 is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 210 | 101 | - |
| CMYK | 0.58 | 0 | 0.52 | 0.18 |
| HSL | 126.39º | 0.58% | 0.58% | - |
| HSV(B) | 126.39º | 0.58% | 0.82% | - |
| XYZ | 29.42 | 49.11 | 20.24 | - |
| YUV | 161.1 | 94.08 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 210 | 101 | 0.58 | 0 | 0.52 | 0.18 | 126.39 | 0.58 | 0.58 |
| Hex | 58 | D2 | 65 | 3A | 0 | 34 | 12 | 7E | 3A | 3A |
| Octal | 130 | 322 | 145 | 72 | 0 | 64 | 22 | 176 | 72 | 72 |
| Binary | 1011000 | 11010010 | 1100101 | 111010 | 0 | 110100 | 10010 | 1111110 | 111010 | 111010 |
Color Harmonies of #58D265
Complementary color
Monochromatic Colors of #58D265
Black with #58D265
Text Example
Text Example
White with #58D265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D265; }
p { color: rgb(88,210,101); }
H1.HeaderClassName
{
color: #58D265;
}
.AnyTagClassName
{
color: #58D265;
}
</style>
background-color css
<style>
a { background-color: #58D265; }
a { background-color: rgb(88,210,101); }
div.DivClassName
{
background-color: #58D265;
}
.BgClassName
{
background-color: #58D265;
}
</style>
border-color css
<style>
span { border-color: #58D265; }
span { border-color: rgb(88,210,101); }
td.TdClassName
{
border-color: #58D265;
}
.TagClassName
{
border-color: #58D265;
}
</style>