Shades of Emerald #54E992
Tints of Emerald #54E992
RGB
CMYK
RGB Variations
Color information
#54E992 (or 0x54E992) is known color: Emerald. HEX triplet: 54, E9 and 92. RGB value is (84,233,146). Sum of RGB (Red+Green+Blue) = 84+233+146=463 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.14% from 463); Green value is 233 (91.41% from 255 or 50.32% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 233 - color contains mainly: green. Hex color #54E992 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #54E992 is #AB166D. Grayscale: #B2B2B2. Windows color (decimal): -11212398 or 9627988. OLE color: 9627988.
HSL color Cylindrical-coordinate representation of color #54E992: hue angle of 144.97º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54E992 is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 84 | 233 | 146 | - |
| CMYK | 0.64 | 0 | 0.37 | 0.09 |
| HSL | 144.97º | 0.77% | 0.62% | - |
| HSV(B) | 144.97º | 0.64% | 0.91% | - |
| XYZ | 37.98 | 62.24 | 37.21 | - |
| YUV | 178.53 | 109.64 | 60.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 233 | 146 | 0.64 | 0 | 0.37 | 0.09 | 144.97 | 0.77 | 0.62 |
| Hex | 54 | E9 | 92 | 40 | 0 | 25 | 9 | 91 | 4D | 3E |
| Octal | 124 | 351 | 222 | 100 | 0 | 45 | 11 | 221 | 115 | 76 |
| Binary | 1010100 | 11101001 | 10010010 | 1000000 | 0 | 100101 | 1001 | 10010001 | 1001101 | 111110 |
Color Harmonies of #54E992
Complementary color
Monochromatic Colors of #54E992
Black with #54E992
Text Example
Text Example
White with #54E992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E992; }
p { color: rgb(84,233,146); }
H1.HeaderClassName
{
color: #54E992;
}
.AnyTagClassName
{
color: #54E992;
}
</style>
background-color css
<style>
a { background-color: #54E992; }
a { background-color: rgb(84,233,146); }
div.DivClassName
{
background-color: #54E992;
}
.BgClassName
{
background-color: #54E992;
}
</style>
border-color css
<style>
span { border-color: #54E992; }
span { border-color: rgb(84,233,146); }
td.TdClassName
{
border-color: #54E992;
}
.TagClassName
{
border-color: #54E992;
}
</style>