Shades of Emerald #5ED36C
Tints of Emerald #5ED36C
RGB
CMYK
RGB Variations
Color information
#5ED36C (or 0x5ED36C) is known color: Emerald. HEX triplet: 5E, D3 and 6C. RGB value is (94,211,108). Sum of RGB (Red+Green+Blue) = 94+211+108=413 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.76% from 413); Green value is 211 (82.81% from 255 or 51.09% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 211 - color contains mainly: green. Hex color #5ED36C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED36C is #A12C93. Grayscale: #A4A4A4. Windows color (decimal): -10562708 or 7131998. OLE color: 7131998.
HSL color Cylindrical-coordinate representation of color #5ED36C: hue angle of 127.18º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ED36C is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 94 | 211 | 108 | - |
| CMYK | 0.55 | 0 | 0.49 | 0.17 |
| HSL | 127.18º | 0.57% | 0.6% | - |
| HSV(B) | 127.18º | 0.55% | 0.83% | - |
| XYZ | 30.62 | 50.05 | 22.23 | - |
| YUV | 164.28 | 96.24 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 211 | 108 | 0.55 | 0 | 0.49 | 0.17 | 127.18 | 0.57 | 0.6 |
| Hex | 5E | D3 | 6C | 37 | 0 | 31 | 11 | 7F | 39 | 3C |
| Octal | 136 | 323 | 154 | 67 | 0 | 61 | 21 | 177 | 71 | 74 |
| Binary | 1011110 | 11010011 | 1101100 | 110111 | 0 | 110001 | 10001 | 1111111 | 111001 | 111100 |
Color Harmonies of #5ED36C
Complementary color
Monochromatic Colors of #5ED36C
Black with #5ED36C
Text Example
Text Example
White with #5ED36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED36C; }
p { color: rgb(94,211,108); }
H1.HeaderClassName
{
color: #5ED36C;
}
.AnyTagClassName
{
color: #5ED36C;
}
</style>
background-color css
<style>
a { background-color: #5ED36C; }
a { background-color: rgb(94,211,108); }
div.DivClassName
{
background-color: #5ED36C;
}
.BgClassName
{
background-color: #5ED36C;
}
</style>
border-color css
<style>
span { border-color: #5ED36C; }
span { border-color: rgb(94,211,108); }
td.TdClassName
{
border-color: #5ED36C;
}
.TagClassName
{
border-color: #5ED36C;
}
</style>