Shades of Emerald #54E482
Tints of Emerald #54E482
RGB
CMYK
RGB Variations
Color information
#54E482 (or 0x54E482) is known color: Emerald. HEX triplet: 54, E4 and 82. RGB value is (84,228,130). Sum of RGB (Red+Green+Blue) = 84+228+130=442 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.00% from 442); Green value is 228 (89.45% from 255 or 51.58% from 442); Blue value is 130 (51.17% from 255 or 29.41% from 442); Max value from RGB is 228 - color contains mainly: green. Hex color #54E482 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54E482 is #AB1B7D. Grayscale: #AEAEAE. Windows color (decimal): -11213694 or 8578132. OLE color: 8578132.
HSL color Cylindrical-coordinate representation of color #54E482: hue angle of 139.17º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54E482 is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 84 | 228 | 130 | - |
| CMYK | 0.63 | 0 | 0.43 | 0.11 |
| HSL | 139.17º | 0.73% | 0.61% | - |
| HSV(B) | 139.17º | 0.63% | 0.89% | - |
| XYZ | 35.43 | 58.98 | 30.64 | - |
| YUV | 173.77 | 103.29 | 63.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 228 | 130 | 0.63 | 0 | 0.43 | 0.11 | 139.17 | 0.73 | 0.61 |
| Hex | 54 | E4 | 82 | 3F | 0 | 2B | B | 8B | 49 | 3D |
| Octal | 124 | 344 | 202 | 77 | 0 | 53 | 13 | 213 | 111 | 75 |
| Binary | 1010100 | 11100100 | 10000010 | 111111 | 0 | 101011 | 1011 | 10001011 | 1001001 | 111101 |
Color Harmonies of #54E482
Complementary color
Monochromatic Colors of #54E482
Black with #54E482
Text Example
Text Example
White with #54E482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E482; }
p { color: rgb(84,228,130); }
H1.HeaderClassName
{
color: #54E482;
}
.AnyTagClassName
{
color: #54E482;
}
</style>
background-color css
<style>
a { background-color: #54E482; }
a { background-color: rgb(84,228,130); }
div.DivClassName
{
background-color: #54E482;
}
.BgClassName
{
background-color: #54E482;
}
</style>
border-color css
<style>
span { border-color: #54E482; }
span { border-color: rgb(84,228,130); }
td.TdClassName
{
border-color: #54E482;
}
.TagClassName
{
border-color: #54E482;
}
</style>