Shades of Emerald #54EA82
Tints of Emerald #54EA82
RGB
CMYK
RGB Variations
Color information
#54EA82 (or 0x54EA82) is known color: Emerald. HEX triplet: 54, EA and 82. RGB value is (84,234,130). Sum of RGB (Red+Green+Blue) = 84+234+130=448 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.75% from 448); Green value is 234 (91.80% from 255 or 52.23% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 234 - color contains mainly: green. Hex color #54EA82 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #54EA82 is #AB157D. Grayscale: #B1B1B1. Windows color (decimal): -11212158 or 8579668. OLE color: 8579668.
HSL color Cylindrical-coordinate representation of color #54EA82: hue angle of 138.4º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54EA82 is Cyan = 0.64, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 234 | 130 | - |
| CMYK | 0.64 | 0 | 0.44 | 0.08 |
| HSL | 138.4º | 0.78% | 0.62% | - |
| HSV(B) | 138.4º | 0.64% | 0.92% | - |
| XYZ | 37.11 | 62.34 | 31.2 | - |
| YUV | 177.29 | 101.31 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 234 | 130 | 0.64 | 0 | 0.44 | 0.08 | 138.4 | 0.78 | 0.62 |
| Hex | 54 | EA | 82 | 40 | 0 | 2C | 8 | 8A | 4E | 3E |
| Octal | 124 | 352 | 202 | 100 | 0 | 54 | 10 | 212 | 116 | 76 |
| Binary | 1010100 | 11101010 | 10000010 | 1000000 | 0 | 101100 | 1000 | 10001010 | 1001110 | 111110 |
Color Harmonies of #54EA82
Complementary color
Monochromatic Colors of #54EA82
Black with #54EA82
Text Example
Text Example
White with #54EA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EA82; }
p { color: rgb(84,234,130); }
H1.HeaderClassName
{
color: #54EA82;
}
.AnyTagClassName
{
color: #54EA82;
}
</style>
background-color css
<style>
a { background-color: #54EA82; }
a { background-color: rgb(84,234,130); }
div.DivClassName
{
background-color: #54EA82;
}
.BgClassName
{
background-color: #54EA82;
}
</style>
border-color css
<style>
span { border-color: #54EA82; }
span { border-color: rgb(84,234,130); }
td.TdClassName
{
border-color: #54EA82;
}
.TagClassName
{
border-color: #54EA82;
}
</style>