Shades of Emerald #58D280
Tints of Emerald #58D280
RGB
CMYK
RGB Variations
Color information
#58D280 (or 0x58D280) is known color: Emerald. HEX triplet: 58, D2 and 80. RGB value is (88,210,128). Sum of RGB (Red+Green+Blue) = 88+210+128=426 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.66% from 426); Green value is 210 (82.42% from 255 or 49.30% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 210 - color contains mainly: green. Hex color #58D280 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58D280 is #A72D7F. Grayscale: #A4A4A4. Windows color (decimal): -10956160 or 8442456. OLE color: 8442456.
HSL color Cylindrical-coordinate representation of color #58D280: hue angle of 139.67º 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 #58D280 is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 210 | 128 | - |
| CMYK | 0.58 | 0 | 0.39 | 0.18 |
| HSL | 139.67º | 0.58% | 0.58% | - |
| HSV(B) | 139.67º | 0.58% | 0.82% | - |
| XYZ | 30.97 | 49.73 | 28.39 | - |
| YUV | 164.17 | 107.58 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 210 | 128 | 0.58 | 0 | 0.39 | 0.18 | 139.67 | 0.58 | 0.58 |
| Hex | 58 | D2 | 80 | 3A | 0 | 27 | 12 | 8C | 3A | 3A |
| Octal | 130 | 322 | 200 | 72 | 0 | 47 | 22 | 214 | 72 | 72 |
| Binary | 1011000 | 11010010 | 10000000 | 111010 | 0 | 100111 | 10010 | 10001100 | 111010 | 111010 |
Color Harmonies of #58D280
Complementary color
Monochromatic Colors of #58D280
Black with #58D280
Text Example
Text Example
White with #58D280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D280; }
p { color: rgb(88,210,128); }
H1.HeaderClassName
{
color: #58D280;
}
.AnyTagClassName
{
color: #58D280;
}
</style>
background-color css
<style>
a { background-color: #58D280; }
a { background-color: rgb(88,210,128); }
div.DivClassName
{
background-color: #58D280;
}
.BgClassName
{
background-color: #58D280;
}
</style>
border-color css
<style>
span { border-color: #58D280; }
span { border-color: rgb(88,210,128); }
td.TdClassName
{
border-color: #58D280;
}
.TagClassName
{
border-color: #58D280;
}
</style>