Shades of Emerald #5EDF8A
Tints of Emerald #5EDF8A
RGB
CMYK
RGB Variations
Color information
#5EDF8A (or 0x5EDF8A) is known color: Emerald. HEX triplet: 5E, DF and 8A. RGB value is (94,223,138). Sum of RGB (Red+Green+Blue) = 94+223+138=455 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.66% from 455); Green value is 223 (87.5% from 255 or 49.01% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 223 - color contains mainly: green. Hex color #5EDF8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDF8A is #A12075. Grayscale: #AEAEAE. Windows color (decimal): -10559606 or 9101150. OLE color: 9101150.
HSL color Cylindrical-coordinate representation of color #5EDF8A: hue angle of 140.47º 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 #5EDF8A is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 223 | 138 | - |
| CMYK | 0.58 | 0 | 0.38 | 0.13 |
| HSL | 140.47º | 0.67% | 0.62% | - |
| HSV(B) | 140.47º | 0.58% | 0.87% | - |
| XYZ | 35.59 | 56.99 | 33.17 | - |
| YUV | 174.74 | 107.26 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 223 | 138 | 0.58 | 0 | 0.38 | 0.13 | 140.47 | 0.67 | 0.62 |
| Hex | 5E | DF | 8A | 3A | 0 | 26 | D | 8C | 43 | 3E |
| Octal | 136 | 337 | 212 | 72 | 0 | 46 | 15 | 214 | 103 | 76 |
| Binary | 1011110 | 11011111 | 10001010 | 111010 | 0 | 100110 | 1101 | 10001100 | 1000011 | 111110 |
Color Harmonies of #5EDF8A
Complementary color
Monochromatic Colors of #5EDF8A
Black with #5EDF8A
Text Example
Text Example
White with #5EDF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDF8A; }
p { color: rgb(94,223,138); }
H1.HeaderClassName
{
color: #5EDF8A;
}
.AnyTagClassName
{
color: #5EDF8A;
}
</style>
background-color css
<style>
a { background-color: #5EDF8A; }
a { background-color: rgb(94,223,138); }
div.DivClassName
{
background-color: #5EDF8A;
}
.BgClassName
{
background-color: #5EDF8A;
}
</style>
border-color css
<style>
span { border-color: #5EDF8A; }
span { border-color: rgb(94,223,138); }
td.TdClassName
{
border-color: #5EDF8A;
}
.TagClassName
{
border-color: #5EDF8A;
}
</style>