Shades of Emerald #54EA7A
Tints of Emerald #54EA7A
RGB
CMYK
RGB Variations
Color information
#54EA7A (or 0x54EA7A) is known color: Emerald. HEX triplet: 54, EA and 7A. RGB value is (84,234,122). Sum of RGB (Red+Green+Blue) = 84+234+122=440 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.09% from 440); Green value is 234 (91.80% from 255 or 53.18% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 234 - color contains mainly: green. Hex color #54EA7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #54EA7A is #AB1585. Grayscale: #B0B0B0. Windows color (decimal): -11212166 or 8055380. OLE color: 8055380.
HSL color Cylindrical-coordinate representation of color #54EA7A: hue angle of 135.2º 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 #54EA7A is Cyan = 0.64, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 234 | 122 | - |
| CMYK | 0.64 | 0 | 0.48 | 0.08 |
| HSL | 135.2º | 0.78% | 0.62% | - |
| HSV(B) | 135.2º | 0.64% | 0.92% | - |
| XYZ | 36.59 | 62.14 | 28.48 | - |
| YUV | 176.38 | 97.31 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 234 | 122 | 0.64 | 0 | 0.48 | 0.08 | 135.2 | 0.78 | 0.62 |
| Hex | 54 | EA | 7A | 40 | 0 | 30 | 8 | 87 | 4E | 3E |
| Octal | 124 | 352 | 172 | 100 | 0 | 60 | 10 | 207 | 116 | 76 |
| Binary | 1010100 | 11101010 | 1111010 | 1000000 | 0 | 110000 | 1000 | 10000111 | 1001110 | 111110 |
Color Harmonies of #54EA7A
Complementary color
Monochromatic Colors of #54EA7A
Black with #54EA7A
Text Example
Text Example
White with #54EA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EA7A; }
p { color: rgb(84,234,122); }
H1.HeaderClassName
{
color: #54EA7A;
}
.AnyTagClassName
{
color: #54EA7A;
}
</style>
background-color css
<style>
a { background-color: #54EA7A; }
a { background-color: rgb(84,234,122); }
div.DivClassName
{
background-color: #54EA7A;
}
.BgClassName
{
background-color: #54EA7A;
}
</style>
border-color css
<style>
span { border-color: #54EA7A; }
span { border-color: rgb(84,234,122); }
td.TdClassName
{
border-color: #54EA7A;
}
.TagClassName
{
border-color: #54EA7A;
}
</style>