Shades of Emerald #5ED285
Tints of Emerald #5ED285
RGB
CMYK
RGB Variations
Color information
#5ED285 (or 0x5ED285) is known color: Emerald. HEX triplet: 5E, D2 and 85. RGB value is (94,210,133). Sum of RGB (Red+Green+Blue) = 94+210+133=437 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.51% from 437); Green value is 210 (82.42% from 255 or 48.05% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 210 - color contains mainly: green. Hex color #5ED285 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ED285 is #A12D7A. Grayscale: #A6A6A6. Windows color (decimal): -10562939 or 8770142. OLE color: 8770142.
HSL color Cylindrical-coordinate representation of color #5ED285: hue angle of 140.17º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ED285 is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 94 | 210 | 133 | - |
| CMYK | 0.55 | 0 | 0.37 | 0.18 |
| HSL | 140.17º | 0.56% | 0.6% | - |
| HSV(B) | 140.17º | 0.55% | 0.82% | - |
| XYZ | 31.9 | 50.17 | 30.19 | - |
| YUV | 166.54 | 109.07 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 210 | 133 | 0.55 | 0 | 0.37 | 0.18 | 140.17 | 0.56 | 0.6 |
| Hex | 5E | D2 | 85 | 37 | 0 | 25 | 12 | 8C | 38 | 3C |
| Octal | 136 | 322 | 205 | 67 | 0 | 45 | 22 | 214 | 70 | 74 |
| Binary | 1011110 | 11010010 | 10000101 | 110111 | 0 | 100101 | 10010 | 10001100 | 111000 | 111100 |
Color Harmonies of #5ED285
Complementary color
Monochromatic Colors of #5ED285
Black with #5ED285
Text Example
Text Example
White with #5ED285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED285; }
p { color: rgb(94,210,133); }
H1.HeaderClassName
{
color: #5ED285;
}
.AnyTagClassName
{
color: #5ED285;
}
</style>
background-color css
<style>
a { background-color: #5ED285; }
a { background-color: rgb(94,210,133); }
div.DivClassName
{
background-color: #5ED285;
}
.BgClassName
{
background-color: #5ED285;
}
</style>
border-color css
<style>
span { border-color: #5ED285; }
span { border-color: rgb(94,210,133); }
td.TdClassName
{
border-color: #5ED285;
}
.TagClassName
{
border-color: #5ED285;
}
</style>