Shades of Emerald #5DEA84
Tints of Emerald #5DEA84
RGB
CMYK
RGB Variations
Color information
#5DEA84 (or 0x5DEA84) is known color: Emerald. HEX triplet: 5D, EA and 84. RGB value is (93,234,132). Sum of RGB (Red+Green+Blue) = 93+234+132=459 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.26% from 459); Green value is 234 (91.80% from 255 or 50.98% from 459); Blue value is 132 (51.95% from 255 or 28.76% from 459); Max value from RGB is 234 - color contains mainly: green. Hex color #5DEA84 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DEA84 is #A2157B. Grayscale: #B4B4B4. Windows color (decimal): -10622332 or 8710749. OLE color: 8710749.
HSL color Cylindrical-coordinate representation of color #5DEA84: hue angle of 136.6º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DEA84 is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 234 | 132 | - |
| CMYK | 0.60 | 0 | 0.44 | 0.08 |
| HSL | 136.6º | 0.77% | 0.64% | - |
| HSV(B) | 136.6º | 0.6% | 0.92% | - |
| XYZ | 38.1 | 62.84 | 31.95 | - |
| YUV | 180.21 | 100.79 | 65.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 234 | 132 | 0.60 | 0 | 0.44 | 0.08 | 136.6 | 0.77 | 0.64 |
| Hex | 5D | EA | 84 | 3C | 0 | 2C | 8 | 89 | 4D | 40 |
| Octal | 135 | 352 | 204 | 74 | 0 | 54 | 10 | 211 | 115 | 100 |
| Binary | 1011101 | 11101010 | 10000100 | 111100 | 0 | 101100 | 1000 | 10001001 | 1001101 | 1000000 |
Color Harmonies of #5DEA84
Complementary color
Monochromatic Colors of #5DEA84
Black with #5DEA84
Text Example
Text Example
White with #5DEA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEA84; }
p { color: rgb(93,234,132); }
H1.HeaderClassName
{
color: #5DEA84;
}
.AnyTagClassName
{
color: #5DEA84;
}
</style>
background-color css
<style>
a { background-color: #5DEA84; }
a { background-color: rgb(93,234,132); }
div.DivClassName
{
background-color: #5DEA84;
}
.BgClassName
{
background-color: #5DEA84;
}
</style>
border-color css
<style>
span { border-color: #5DEA84; }
span { border-color: rgb(93,234,132); }
td.TdClassName
{
border-color: #5DEA84;
}
.TagClassName
{
border-color: #5DEA84;
}
</style>