Shades of Emerald #58EA80
Tints of Emerald #58EA80
RGB
CMYK
RGB Variations
Color information
#58EA80 (or 0x58EA80) is known color: Emerald. HEX triplet: 58, EA and 80. RGB value is (88,234,128). Sum of RGB (Red+Green+Blue) = 88+234+128=450 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.56% from 450); Green value is 234 (91.80% from 255 or 52% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 234 - color contains mainly: green. Hex color #58EA80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #58EA80 is #A7157F. Grayscale: #B2B2B2. Windows color (decimal): -10950016 or 8448600. OLE color: 8448600.
HSL color Cylindrical-coordinate representation of color #58EA80: hue angle of 136.44º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58EA80 is Cyan = 0.62, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 88 | 234 | 128 | - |
| CMYK | 0.62 | 0 | 0.45 | 0.08 |
| HSL | 136.44º | 0.78% | 0.63% | - |
| HSV(B) | 136.44º | 0.62% | 0.92% | - |
| XYZ | 37.34 | 62.48 | 30.51 | - |
| YUV | 178.26 | 99.63 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 234 | 128 | 0.62 | 0 | 0.45 | 0.08 | 136.44 | 0.78 | 0.63 |
| Hex | 58 | EA | 80 | 3E | 0 | 2D | 8 | 88 | 4E | 3F |
| Octal | 130 | 352 | 200 | 76 | 0 | 55 | 10 | 210 | 116 | 77 |
| Binary | 1011000 | 11101010 | 10000000 | 111110 | 0 | 101101 | 1000 | 10001000 | 1001110 | 111111 |
Color Harmonies of #58EA80
Complementary color
Monochromatic Colors of #58EA80
Black with #58EA80
Text Example
Text Example
White with #58EA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58EA80; }
p { color: rgb(88,234,128); }
H1.HeaderClassName
{
color: #58EA80;
}
.AnyTagClassName
{
color: #58EA80;
}
</style>
background-color css
<style>
a { background-color: #58EA80; }
a { background-color: rgb(88,234,128); }
div.DivClassName
{
background-color: #58EA80;
}
.BgClassName
{
background-color: #58EA80;
}
</style>
border-color css
<style>
span { border-color: #58EA80; }
span { border-color: rgb(88,234,128); }
td.TdClassName
{
border-color: #58EA80;
}
.TagClassName
{
border-color: #58EA80;
}
</style>