Shades of Emerald #5EDF82
Tints of Emerald #5EDF82
RGB
CMYK
RGB Variations
Color information
#5EDF82 (or 0x5EDF82) is known color: Emerald. HEX triplet: 5E, DF and 82. RGB value is (94,223,130). Sum of RGB (Red+Green+Blue) = 94+223+130=447 (59% of max value = 765). Red value is 94 (37.11% from 255 or 21.03% from 447); Green value is 223 (87.5% from 255 or 49.89% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 223 - color contains mainly: green. Hex color #5EDF82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDF82 is #A1207D. Grayscale: #AEAEAE. Windows color (decimal): -10559614 or 8576862. OLE color: 8576862.
HSL color Cylindrical-coordinate representation of color #5EDF82: hue angle of 136.74º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EDF82 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 223 | 130 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.13 |
| HSL | 136.74º | 0.67% | 0.62% | - |
| HSV(B) | 136.74º | 0.58% | 0.87% | - |
| XYZ | 35.03 | 56.77 | 30.23 | - |
| YUV | 173.83 | 103.26 | 71.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 223 | 130 | 0.58 | 0 | 0.42 | 0.13 | 136.74 | 0.67 | 0.62 |
| Hex | 5E | DF | 82 | 3A | 0 | 2A | D | 89 | 43 | 3E |
| Octal | 136 | 337 | 202 | 72 | 0 | 52 | 15 | 211 | 103 | 76 |
| Binary | 1011110 | 11011111 | 10000010 | 111010 | 0 | 101010 | 1101 | 10001001 | 1000011 | 111110 |
Color Harmonies of #5EDF82
Complementary color
Monochromatic Colors of #5EDF82
Black with #5EDF82
Text Example
Text Example
White with #5EDF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDF82; }
p { color: rgb(94,223,130); }
H1.HeaderClassName
{
color: #5EDF82;
}
.AnyTagClassName
{
color: #5EDF82;
}
</style>
background-color css
<style>
a { background-color: #5EDF82; }
a { background-color: rgb(94,223,130); }
div.DivClassName
{
background-color: #5EDF82;
}
.BgClassName
{
background-color: #5EDF82;
}
</style>
border-color css
<style>
span { border-color: #5EDF82; }
span { border-color: rgb(94,223,130); }
td.TdClassName
{
border-color: #5EDF82;
}
.TagClassName
{
border-color: #5EDF82;
}
</style>