Shades of Emerald #5ECB83
Tints of Emerald #5ECB83
RGB
CMYK
RGB Variations
Color information
#5ECB83 (or 0x5ECB83) is known color: Emerald. HEX triplet: 5E, CB and 83. RGB value is (94,203,131). Sum of RGB (Red+Green+Blue) = 94+203+131=428 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.96% from 428); Green value is 203 (79.69% from 255 or 47.43% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 203 - color contains mainly: green. Hex color #5ECB83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ECB83 is #A1347C. Grayscale: #A2A2A2. Windows color (decimal): -10564733 or 8637278. OLE color: 8637278.
HSL color Cylindrical-coordinate representation of color #5ECB83: hue angle of 140.37º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECB83 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 203 | 131 | - |
| CMYK | 0.54 | 0 | 0.35 | 0.20 |
| HSL | 140.37º | 0.51% | 0.58% | - |
| HSV(B) | 140.37º | 0.54% | 0.8% | - |
| XYZ | 30.07 | 46.73 | 28.91 | - |
| YUV | 162.2 | 110.39 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 203 | 131 | 0.54 | 0 | 0.35 | 0.20 | 140.37 | 0.51 | 0.58 |
| Hex | 5E | CB | 83 | 36 | 0 | 23 | 14 | 8C | 33 | 3A |
| Octal | 136 | 313 | 203 | 66 | 0 | 43 | 24 | 214 | 63 | 72 |
| Binary | 1011110 | 11001011 | 10000011 | 110110 | 0 | 100011 | 10100 | 10001100 | 110011 | 111010 |
Color Harmonies of #5ECB83
Complementary color
Monochromatic Colors of #5ECB83
Black with #5ECB83
Text Example
Text Example
White with #5ECB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECB83; }
p { color: rgb(94,203,131); }
H1.HeaderClassName
{
color: #5ECB83;
}
.AnyTagClassName
{
color: #5ECB83;
}
</style>
background-color css
<style>
a { background-color: #5ECB83; }
a { background-color: rgb(94,203,131); }
div.DivClassName
{
background-color: #5ECB83;
}
.BgClassName
{
background-color: #5ECB83;
}
</style>
border-color css
<style>
span { border-color: #5ECB83; }
span { border-color: rgb(94,203,131); }
td.TdClassName
{
border-color: #5ECB83;
}
.TagClassName
{
border-color: #5ECB83;
}
</style>