Shades of Emerald #58DA7A
Tints of Emerald #58DA7A
RGB
CMYK
RGB Variations
Color information
#58DA7A (or 0x58DA7A) is known color: Emerald. HEX triplet: 58, DA and 7A. RGB value is (88,218,122). Sum of RGB (Red+Green+Blue) = 88+218+122=428 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.56% from 428); Green value is 218 (85.55% from 255 or 50.93% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 218 - color contains mainly: green. Hex color #58DA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58DA7A is #A72585. Grayscale: #A8A8A8. Windows color (decimal): -10954118 or 8051288. OLE color: 8051288.
HSL color Cylindrical-coordinate representation of color #58DA7A: hue angle of 135.69º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58DA7A is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 88 | 218 | 122 | - |
| CMYK | 0.60 | 0 | 0.44 | 0.15 |
| HSL | 135.69º | 0.64% | 0.6% | - |
| HSV(B) | 135.69º | 0.6% | 0.85% | - |
| XYZ | 32.61 | 53.62 | 27.04 | - |
| YUV | 168.19 | 101.93 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 218 | 122 | 0.60 | 0 | 0.44 | 0.15 | 135.69 | 0.64 | 0.6 |
| Hex | 58 | DA | 7A | 3C | 0 | 2C | F | 88 | 40 | 3C |
| Octal | 130 | 332 | 172 | 74 | 0 | 54 | 17 | 210 | 100 | 74 |
| Binary | 1011000 | 11011010 | 1111010 | 111100 | 0 | 101100 | 1111 | 10001000 | 1000000 | 111100 |
Color Harmonies of #58DA7A
Complementary color
Monochromatic Colors of #58DA7A
Black with #58DA7A
Text Example
Text Example
White with #58DA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DA7A; }
p { color: rgb(88,218,122); }
H1.HeaderClassName
{
color: #58DA7A;
}
.AnyTagClassName
{
color: #58DA7A;
}
</style>
background-color css
<style>
a { background-color: #58DA7A; }
a { background-color: rgb(88,218,122); }
div.DivClassName
{
background-color: #58DA7A;
}
.BgClassName
{
background-color: #58DA7A;
}
</style>
border-color css
<style>
span { border-color: #58DA7A; }
span { border-color: rgb(88,218,122); }
td.TdClassName
{
border-color: #58DA7A;
}
.TagClassName
{
border-color: #58DA7A;
}
</style>