Shades of Emerald #58DF80
Tints of Emerald #58DF80
RGB
CMYK
RGB Variations
Color information
#58DF80 (or 0x58DF80) is known color: Emerald. HEX triplet: 58, DF and 80. RGB value is (88,223,128). Sum of RGB (Red+Green+Blue) = 88+223+128=439 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20.05% from 439); Green value is 223 (87.5% from 255 or 50.80% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 223 - color contains mainly: green. Hex color #58DF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58DF80 is #A7207F. Grayscale: #ACACAC. Windows color (decimal): -10952832 or 8445784. OLE color: 8445784.
HSL color Cylindrical-coordinate representation of color #58DF80: hue angle of 137.78º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58DF80 is Cyan = 0.61, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 223 | 128 | - |
| CMYK | 0.61 | 0 | 0.43 | 0.13 |
| HSL | 137.78º | 0.68% | 0.61% | - |
| HSV(B) | 137.78º | 0.61% | 0.87% | - |
| XYZ | 34.31 | 56.41 | 29.5 | - |
| YUV | 171.81 | 103.27 | 68.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 223 | 128 | 0.61 | 0 | 0.43 | 0.13 | 137.78 | 0.68 | 0.61 |
| Hex | 58 | DF | 80 | 3D | 0 | 2B | D | 8A | 44 | 3D |
| Octal | 130 | 337 | 200 | 75 | 0 | 53 | 15 | 212 | 104 | 75 |
| Binary | 1011000 | 11011111 | 10000000 | 111101 | 0 | 101011 | 1101 | 10001010 | 1000100 | 111101 |
Color Harmonies of #58DF80
Complementary color
Monochromatic Colors of #58DF80
Black with #58DF80
Text Example
Text Example
White with #58DF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DF80; }
p { color: rgb(88,223,128); }
H1.HeaderClassName
{
color: #58DF80;
}
.AnyTagClassName
{
color: #58DF80;
}
</style>
background-color css
<style>
a { background-color: #58DF80; }
a { background-color: rgb(88,223,128); }
div.DivClassName
{
background-color: #58DF80;
}
.BgClassName
{
background-color: #58DF80;
}
</style>
border-color css
<style>
span { border-color: #58DF80; }
span { border-color: rgb(88,223,128); }
td.TdClassName
{
border-color: #58DF80;
}
.TagClassName
{
border-color: #58DF80;
}
</style>