Shades of Emerald #58D274
Tints of Emerald #58D274
RGB
CMYK
RGB Variations
Color information
#58D274 (or 0x58D274) is known color: Emerald. HEX triplet: 58, D2 and 74. RGB value is (88,210,116). Sum of RGB (Red+Green+Blue) = 88+210+116=414 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.26% from 414); Green value is 210 (82.42% from 255 or 50.72% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 210 - color contains mainly: green. Hex color #58D274 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58D274 is #A72D8B. Grayscale: #A3A3A3. Windows color (decimal): -10956172 or 7656024. OLE color: 7656024.
HSL color Cylindrical-coordinate representation of color #58D274: hue angle of 133.77º 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 #58D274 is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 210 | 116 | - |
| CMYK | 0.58 | 0 | 0.45 | 0.18 |
| HSL | 133.77º | 0.58% | 0.58% | - |
| HSV(B) | 133.77º | 0.58% | 0.82% | - |
| XYZ | 30.22 | 49.43 | 24.47 | - |
| YUV | 162.81 | 101.58 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 210 | 116 | 0.58 | 0 | 0.45 | 0.18 | 133.77 | 0.58 | 0.58 |
| Hex | 58 | D2 | 74 | 3A | 0 | 2D | 12 | 86 | 3A | 3A |
| Octal | 130 | 322 | 164 | 72 | 0 | 55 | 22 | 206 | 72 | 72 |
| Binary | 1011000 | 11010010 | 1110100 | 111010 | 0 | 101101 | 10010 | 10000110 | 111010 | 111010 |
Color Harmonies of #58D274
Complementary color
Monochromatic Colors of #58D274
Black with #58D274
Text Example
Text Example
White with #58D274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D274; }
p { color: rgb(88,210,116); }
H1.HeaderClassName
{
color: #58D274;
}
.AnyTagClassName
{
color: #58D274;
}
</style>
background-color css
<style>
a { background-color: #58D274; }
a { background-color: rgb(88,210,116); }
div.DivClassName
{
background-color: #58D274;
}
.BgClassName
{
background-color: #58D274;
}
</style>
border-color css
<style>
span { border-color: #58D274; }
span { border-color: rgb(88,210,116); }
td.TdClassName
{
border-color: #58D274;
}
.TagClassName
{
border-color: #58D274;
}
</style>