Shades of Emerald #54E982
Tints of Emerald #54E982
RGB
CMYK
RGB Variations
Color information
#54E982 (or 0x54E982) is known color: Emerald. HEX triplet: 54, E9 and 82. RGB value is (84,233,130). Sum of RGB (Red+Green+Blue) = 84+233+130=447 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.79% from 447); Green value is 233 (91.41% from 255 or 52.13% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 233 - color contains mainly: green. Hex color #54E982 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #54E982 is #AB167D. Grayscale: #B0B0B0. Windows color (decimal): -11212414 or 8579412. OLE color: 8579412.
HSL color Cylindrical-coordinate representation of color #54E982: hue angle of 138.52º 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 #54E982 is Cyan = 0.64, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 84 | 233 | 130 | - |
| CMYK | 0.64 | 0 | 0.44 | 0.09 |
| HSL | 138.52º | 0.77% | 0.62% | - |
| HSV(B) | 138.52º | 0.64% | 0.91% | - |
| XYZ | 36.82 | 61.77 | 31.1 | - |
| YUV | 176.71 | 101.64 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 233 | 130 | 0.64 | 0 | 0.44 | 0.09 | 138.52 | 0.77 | 0.62 |
| Hex | 54 | E9 | 82 | 40 | 0 | 2C | 9 | 8B | 4D | 3E |
| Octal | 124 | 351 | 202 | 100 | 0 | 54 | 11 | 213 | 115 | 76 |
| Binary | 1010100 | 11101001 | 10000010 | 1000000 | 0 | 101100 | 1001 | 10001011 | 1001101 | 111110 |
Color Harmonies of #54E982
Complementary color
Monochromatic Colors of #54E982
Black with #54E982
Text Example
Text Example
White with #54E982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E982; }
p { color: rgb(84,233,130); }
H1.HeaderClassName
{
color: #54E982;
}
.AnyTagClassName
{
color: #54E982;
}
</style>
background-color css
<style>
a { background-color: #54E982; }
a { background-color: rgb(84,233,130); }
div.DivClassName
{
background-color: #54E982;
}
.BgClassName
{
background-color: #54E982;
}
</style>
border-color css
<style>
span { border-color: #54E982; }
span { border-color: rgb(84,233,130); }
td.TdClassName
{
border-color: #54E982;
}
.TagClassName
{
border-color: #54E982;
}
</style>