Shades of Emerald #5EE985
Tints of Emerald #5EE985
RGB
CMYK
RGB Variations
Color information
#5EE985 (or 0x5EE985) is known color: Emerald. HEX triplet: 5E, E9 and 85. RGB value is (94,233,133). Sum of RGB (Red+Green+Blue) = 94+233+133=460 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.43% from 460); Green value is 233 (91.41% from 255 or 50.65% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 233 - color contains mainly: green. Hex color #5EE985 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EE985 is #A1167A. Grayscale: #B4B4B4. Windows color (decimal): -10557051 or 8776030. OLE color: 8776030.
HSL color Cylindrical-coordinate representation of color #5EE985: hue angle of 136.83º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EE985 is Cyan = 0.60, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 94 | 233 | 133 | - |
| CMYK | 0.60 | 0 | 0.43 | 0.09 |
| HSL | 136.83º | 0.76% | 0.64% | - |
| HSV(B) | 136.83º | 0.6% | 0.91% | - |
| XYZ | 37.99 | 62.35 | 32.22 | - |
| YUV | 180.04 | 101.45 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 233 | 133 | 0.60 | 0 | 0.43 | 0.09 | 136.83 | 0.76 | 0.64 |
| Hex | 5E | E9 | 85 | 3C | 0 | 2B | 9 | 89 | 4C | 40 |
| Octal | 136 | 351 | 205 | 74 | 0 | 53 | 11 | 211 | 114 | 100 |
| Binary | 1011110 | 11101001 | 10000101 | 111100 | 0 | 101011 | 1001 | 10001001 | 1001100 | 1000000 |
Color Harmonies of #5EE985
Complementary color
Monochromatic Colors of #5EE985
Black with #5EE985
Text Example
Text Example
White with #5EE985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE985; }
p { color: rgb(94,233,133); }
H1.HeaderClassName
{
color: #5EE985;
}
.AnyTagClassName
{
color: #5EE985;
}
</style>
background-color css
<style>
a { background-color: #5EE985; }
a { background-color: rgb(94,233,133); }
div.DivClassName
{
background-color: #5EE985;
}
.BgClassName
{
background-color: #5EE985;
}
</style>
border-color css
<style>
span { border-color: #5EE985; }
span { border-color: rgb(94,233,133); }
td.TdClassName
{
border-color: #5EE985;
}
.TagClassName
{
border-color: #5EE985;
}
</style>