Shades of Emerald #54ED8D
Tints of Emerald #54ED8D
RGB
CMYK
RGB Variations
Color information
#54ED8D (or 0x54ED8D) is known color: Emerald. HEX triplet: 54, ED and 8D. RGB value is (84,237,141). Sum of RGB (Red+Green+Blue) = 84+237+141=462 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.18% from 462); Green value is 237 (92.97% from 255 or 51.30% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 237 - color contains mainly: green. Hex color #54ED8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #54ED8D is #AB1272. Grayscale: #B4B4B4. Windows color (decimal): -11211379 or 9301332. OLE color: 9301332.
HSL color Cylindrical-coordinate representation of color #54ED8D: hue angle of 142.35º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54ED8D is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 237 | 141 | - |
| CMYK | 0.65 | 0 | 0.41 | 0.07 |
| HSL | 142.35º | 0.81% | 0.63% | - |
| HSV(B) | 142.35º | 0.65% | 0.93% | - |
| XYZ | 38.75 | 64.38 | 35.58 | - |
| YUV | 180.31 | 105.81 | 59.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 237 | 141 | 0.65 | 0 | 0.41 | 0.07 | 142.35 | 0.81 | 0.63 |
| Hex | 54 | ED | 8D | 41 | 0 | 29 | 7 | 8E | 51 | 3F |
| Octal | 124 | 355 | 215 | 101 | 0 | 51 | 7 | 216 | 121 | 77 |
| Binary | 1010100 | 11101101 | 10001101 | 1000001 | 0 | 101001 | 111 | 10001110 | 1010001 | 111111 |
Color Harmonies of #54ED8D
Complementary color
Monochromatic Colors of #54ED8D
Black with #54ED8D
Text Example
Text Example
White with #54ED8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ED8D; }
p { color: rgb(84,237,141); }
H1.HeaderClassName
{
color: #54ED8D;
}
.AnyTagClassName
{
color: #54ED8D;
}
</style>
background-color css
<style>
a { background-color: #54ED8D; }
a { background-color: rgb(84,237,141); }
div.DivClassName
{
background-color: #54ED8D;
}
.BgClassName
{
background-color: #54ED8D;
}
</style>
border-color css
<style>
span { border-color: #54ED8D; }
span { border-color: rgb(84,237,141); }
td.TdClassName
{
border-color: #54ED8D;
}
.TagClassName
{
border-color: #54ED8D;
}
</style>