Shades of Emerald #58EE85
Tints of Emerald #58EE85
RGB
CMYK
RGB Variations
Color information
#58EE85 (or 0x58EE85) is known color: Emerald. HEX triplet: 58, EE and 85. RGB value is (88,238,133). Sum of RGB (Red+Green+Blue) = 88+238+133=459 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.17% from 459); Green value is 238 (93.36% from 255 or 51.85% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 238 - color contains mainly: green. Hex color #58EE85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #58EE85 is #A7117A. Grayscale: #B5B5B5. Windows color (decimal): -10948987 or 8777304. OLE color: 8777304.
HSL color Cylindrical-coordinate representation of color #58EE85: hue angle of 138º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58EE85 is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 238 | 133 | - |
| CMYK | 0.63 | 0 | 0.44 | 0.07 |
| HSL | 138º | 0.82% | 0.64% | - |
| HSV(B) | 138º | 0.63% | 0.93% | - |
| XYZ | 38.83 | 64.92 | 32.67 | - |
| YUV | 181.18 | 100.81 | 61.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 238 | 133 | 0.63 | 0 | 0.44 | 0.07 | 138 | 0.82 | 0.64 |
| Hex | 58 | EE | 85 | 3F | 0 | 2C | 7 | 8A | 52 | 40 |
| Octal | 130 | 356 | 205 | 77 | 0 | 54 | 7 | 212 | 122 | 100 |
| Binary | 1011000 | 11101110 | 10000101 | 111111 | 0 | 101100 | 111 | 10001010 | 1010010 | 1000000 |
Color Harmonies of #58EE85
Complementary color
Monochromatic Colors of #58EE85
Black with #58EE85
Text Example
Text Example
White with #58EE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58EE85; }
p { color: rgb(88,238,133); }
H1.HeaderClassName
{
color: #58EE85;
}
.AnyTagClassName
{
color: #58EE85;
}
</style>
background-color css
<style>
a { background-color: #58EE85; }
a { background-color: rgb(88,238,133); }
div.DivClassName
{
background-color: #58EE85;
}
.BgClassName
{
background-color: #58EE85;
}
</style>
border-color css
<style>
span { border-color: #58EE85; }
span { border-color: rgb(88,238,133); }
td.TdClassName
{
border-color: #58EE85;
}
.TagClassName
{
border-color: #58EE85;
}
</style>