Shades of Emerald #54E186
Tints of Emerald #54E186
RGB
CMYK
RGB Variations
Color information
#54E186 (or 0x54E186) is known color: Emerald. HEX triplet: 54, E1 and 86. RGB value is (84,225,134). Sum of RGB (Red+Green+Blue) = 84+225+134=443 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.96% from 443); Green value is 225 (88.28% from 255 or 50.79% from 443); Blue value is 134 (52.73% from 255 or 30.25% from 443); Max value from RGB is 225 - color contains mainly: green. Hex color #54E186 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54E186 is #AB1E79. Grayscale: #ACACAC. Windows color (decimal): -11214458 or 8839508. OLE color: 8839508.
HSL color Cylindrical-coordinate representation of color #54E186: hue angle of 141.28º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54E186 is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 225 | 134 | - |
| CMYK | 0.63 | 0 | 0.40 | 0.12 |
| HSL | 141.28º | 0.7% | 0.61% | - |
| HSV(B) | 141.28º | 0.63% | 0.88% | - |
| XYZ | 34.88 | 57.46 | 31.81 | - |
| YUV | 172.47 | 106.29 | 64.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 225 | 134 | 0.63 | 0 | 0.40 | 0.12 | 141.28 | 0.7 | 0.61 |
| Hex | 54 | E1 | 86 | 3F | 0 | 28 | C | 8D | 46 | 3D |
| Octal | 124 | 341 | 206 | 77 | 0 | 50 | 14 | 215 | 106 | 75 |
| Binary | 1010100 | 11100001 | 10000110 | 111111 | 0 | 101000 | 1100 | 10001101 | 1000110 | 111101 |
Color Harmonies of #54E186
Complementary color
Monochromatic Colors of #54E186
Black with #54E186
Text Example
Text Example
White with #54E186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E186; }
p { color: rgb(84,225,134); }
H1.HeaderClassName
{
color: #54E186;
}
.AnyTagClassName
{
color: #54E186;
}
</style>
background-color css
<style>
a { background-color: #54E186; }
a { background-color: rgb(84,225,134); }
div.DivClassName
{
background-color: #54E186;
}
.BgClassName
{
background-color: #54E186;
}
</style>
border-color css
<style>
span { border-color: #54E186; }
span { border-color: rgb(84,225,134); }
td.TdClassName
{
border-color: #54E186;
}
.TagClassName
{
border-color: #54E186;
}
</style>