Shades of Emerald #5ECF85
Tints of Emerald #5ECF85
RGB
CMYK
RGB Variations
Color information
#5ECF85 (or 0x5ECF85) is known color: Emerald. HEX triplet: 5E, CF and 85. RGB value is (94,207,133). Sum of RGB (Red+Green+Blue) = 94+207+133=434 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.66% from 434); Green value is 207 (81.25% from 255 or 47.70% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 207 - color contains mainly: green. Hex color #5ECF85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ECF85 is #A1307A. Grayscale: #A4A4A4. Windows color (decimal): -10563707 or 8769374. OLE color: 8769374.
HSL color Cylindrical-coordinate representation of color #5ECF85: hue angle of 140.71º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ECF85 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 207 | 133 | - |
| CMYK | 0.55 | 0 | 0.36 | 0.19 |
| HSL | 140.71º | 0.54% | 0.59% | - |
| HSV(B) | 140.71º | 0.55% | 0.81% | - |
| XYZ | 31.16 | 48.7 | 29.95 | - |
| YUV | 164.78 | 110.06 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 207 | 133 | 0.55 | 0 | 0.36 | 0.19 | 140.71 | 0.54 | 0.59 |
| Hex | 5E | CF | 85 | 37 | 0 | 24 | 13 | 8D | 36 | 3B |
| Octal | 136 | 317 | 205 | 67 | 0 | 44 | 23 | 215 | 66 | 73 |
| Binary | 1011110 | 11001111 | 10000101 | 110111 | 0 | 100100 | 10011 | 10001101 | 110110 | 111011 |
Color Harmonies of #5ECF85
Complementary color
Monochromatic Colors of #5ECF85
Black with #5ECF85
Text Example
Text Example
White with #5ECF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECF85; }
p { color: rgb(94,207,133); }
H1.HeaderClassName
{
color: #5ECF85;
}
.AnyTagClassName
{
color: #5ECF85;
}
</style>
background-color css
<style>
a { background-color: #5ECF85; }
a { background-color: rgb(94,207,133); }
div.DivClassName
{
background-color: #5ECF85;
}
.BgClassName
{
background-color: #5ECF85;
}
</style>
border-color css
<style>
span { border-color: #5ECF85; }
span { border-color: rgb(94,207,133); }
td.TdClassName
{
border-color: #5ECF85;
}
.TagClassName
{
border-color: #5ECF85;
}
</style>