Shades of Emerald #54EA8C
Tints of Emerald #54EA8C
RGB
CMYK
RGB Variations
Color information
#54EA8C (or 0x54EA8C) is known color: Emerald. HEX triplet: 54, EA and 8C. RGB value is (84,234,140). Sum of RGB (Red+Green+Blue) = 84+234+140=458 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.34% from 458); Green value is 234 (91.80% from 255 or 51.09% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 234 - color contains mainly: green. Hex color #54EA8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #54EA8C is #AB1573. Grayscale: #B2B2B2. Windows color (decimal): -11212148 or 9235028. OLE color: 9235028.
HSL color Cylindrical-coordinate representation of color #54EA8C: hue angle of 142.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 #54EA8C is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 234 | 140 | - |
| CMYK | 0.64 | 0 | 0.40 | 0.08 |
| HSL | 142.4º | 0.78% | 0.62% | - |
| HSV(B) | 142.4º | 0.64% | 0.92% | - |
| XYZ | 37.81 | 62.62 | 34.91 | - |
| YUV | 178.43 | 106.31 | 60.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 234 | 140 | 0.64 | 0 | 0.40 | 0.08 | 142.4 | 0.78 | 0.62 |
| Hex | 54 | EA | 8C | 40 | 0 | 28 | 8 | 8E | 4E | 3E |
| Octal | 124 | 352 | 214 | 100 | 0 | 50 | 10 | 216 | 116 | 76 |
| Binary | 1010100 | 11101010 | 10001100 | 1000000 | 0 | 101000 | 1000 | 10001110 | 1001110 | 111110 |
Color Harmonies of #54EA8C
Complementary color
Monochromatic Colors of #54EA8C
Black with #54EA8C
Text Example
Text Example
White with #54EA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EA8C; }
p { color: rgb(84,234,140); }
H1.HeaderClassName
{
color: #54EA8C;
}
.AnyTagClassName
{
color: #54EA8C;
}
</style>
background-color css
<style>
a { background-color: #54EA8C; }
a { background-color: rgb(84,234,140); }
div.DivClassName
{
background-color: #54EA8C;
}
.BgClassName
{
background-color: #54EA8C;
}
</style>
border-color css
<style>
span { border-color: #54EA8C; }
span { border-color: rgb(84,234,140); }
td.TdClassName
{
border-color: #54EA8C;
}
.TagClassName
{
border-color: #54EA8C;
}
</style>