Shades of Emerald #58D06F
Tints of Emerald #58D06F
RGB
CMYK
RGB Variations
Color information
#58D06F (or 0x58D06F) is known color: Emerald. HEX triplet: 58, D0 and 6F. RGB value is (88,208,111). Sum of RGB (Red+Green+Blue) = 88+208+111=407 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.62% from 407); Green value is 208 (81.64% from 255 or 51.11% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 208 - color contains mainly: green. Hex color #58D06F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58D06F is #A72F90. Grayscale: #A1A1A1. Windows color (decimal): -10956689 or 7327832. OLE color: 7327832.
HSL color Cylindrical-coordinate representation of color #58D06F: hue angle of 131.5º degrees, saturation: 0.56, 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 #58D06F is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 208 | 111 | - |
| CMYK | 0.58 | 0 | 0.47 | 0.18 |
| HSL | 131.5º | 0.56% | 0.58% | - |
| HSV(B) | 131.5º | 0.58% | 0.82% | - |
| XYZ | 29.45 | 48.33 | 22.82 | - |
| YUV | 161.06 | 99.74 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 208 | 111 | 0.58 | 0 | 0.47 | 0.18 | 131.5 | 0.56 | 0.58 |
| Hex | 58 | D0 | 6F | 3A | 0 | 2F | 12 | 84 | 38 | 3A |
| Octal | 130 | 320 | 157 | 72 | 0 | 57 | 22 | 204 | 70 | 72 |
| Binary | 1011000 | 11010000 | 1101111 | 111010 | 0 | 101111 | 10010 | 10000100 | 111000 | 111010 |
Color Harmonies of #58D06F
Complementary color
Monochromatic Colors of #58D06F
Black with #58D06F
Text Example
Text Example
White with #58D06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D06F; }
p { color: rgb(88,208,111); }
H1.HeaderClassName
{
color: #58D06F;
}
.AnyTagClassName
{
color: #58D06F;
}
</style>
background-color css
<style>
a { background-color: #58D06F; }
a { background-color: rgb(88,208,111); }
div.DivClassName
{
background-color: #58D06F;
}
.BgClassName
{
background-color: #58D06F;
}
</style>
border-color css
<style>
span { border-color: #58D06F; }
span { border-color: rgb(88,208,111); }
td.TdClassName
{
border-color: #58D06F;
}
.TagClassName
{
border-color: #58D06F;
}
</style>