Shades of Emerald #58DD83
Tints of Emerald #58DD83
RGB
CMYK
RGB Variations
Color information
#58DD83 (or 0x58DD83) is known color: Emerald. HEX triplet: 58, DD and 83. RGB value is (88,221,131). Sum of RGB (Red+Green+Blue) = 88+221+131=440 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 131 (51.56% from 255 or 29.77% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #58DD83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58DD83 is #A7227C. Grayscale: #ABABAB. Windows color (decimal): -10953341 or 8641880. OLE color: 8641880.
HSL color Cylindrical-coordinate representation of color #58DD83: hue angle of 139.4º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58DD83 is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 221 | 131 | - |
| CMYK | 0.60 | 0 | 0.41 | 0.13 |
| HSL | 139.4º | 0.66% | 0.61% | - |
| HSV(B) | 139.4º | 0.6% | 0.87% | - |
| XYZ | 33.98 | 55.43 | 30.38 | - |
| YUV | 170.97 | 105.44 | 68.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 221 | 131 | 0.60 | 0 | 0.41 | 0.13 | 139.4 | 0.66 | 0.61 |
| Hex | 58 | DD | 83 | 3C | 0 | 29 | D | 8B | 42 | 3D |
| Octal | 130 | 335 | 203 | 74 | 0 | 51 | 15 | 213 | 102 | 75 |
| Binary | 1011000 | 11011101 | 10000011 | 111100 | 0 | 101001 | 1101 | 10001011 | 1000010 | 111101 |
Color Harmonies of #58DD83
Complementary color
Monochromatic Colors of #58DD83
Black with #58DD83
Text Example
Text Example
White with #58DD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DD83; }
p { color: rgb(88,221,131); }
H1.HeaderClassName
{
color: #58DD83;
}
.AnyTagClassName
{
color: #58DD83;
}
</style>
background-color css
<style>
a { background-color: #58DD83; }
a { background-color: rgb(88,221,131); }
div.DivClassName
{
background-color: #58DD83;
}
.BgClassName
{
background-color: #58DD83;
}
</style>
border-color css
<style>
span { border-color: #58DD83; }
span { border-color: rgb(88,221,131); }
td.TdClassName
{
border-color: #58DD83;
}
.TagClassName
{
border-color: #58DD83;
}
</style>