Shades of Emerald #54D486
Tints of Emerald #54D486
RGB
CMYK
RGB Variations
Color information
#54D486 (or 0x54D486) is known color: Emerald. HEX triplet: 54, D4 and 86. RGB value is (84,212,134). Sum of RGB (Red+Green+Blue) = 84+212+134=430 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.53% from 430); Green value is 212 (83.20% from 255 or 49.30% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 212 - color contains mainly: green. Hex color #54D486 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54D486 is #AB2B79. Grayscale: #A5A5A5. Windows color (decimal): -11217786 or 8836180. OLE color: 8836180.
HSL color Cylindrical-coordinate representation of color #54D486: hue angle of 143.44º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54D486 is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 84 | 212 | 134 | - |
| CMYK | 0.60 | 0 | 0.37 | 0.17 |
| HSL | 143.44º | 0.6% | 0.58% | - |
| HSV(B) | 143.44º | 0.6% | 0.83% | - |
| XYZ | 31.5 | 50.69 | 30.68 | - |
| YUV | 164.84 | 110.59 | 70.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 212 | 134 | 0.60 | 0 | 0.37 | 0.17 | 143.44 | 0.6 | 0.58 |
| Hex | 54 | D4 | 86 | 3C | 0 | 25 | 11 | 8F | 3C | 3A |
| Octal | 124 | 324 | 206 | 74 | 0 | 45 | 21 | 217 | 74 | 72 |
| Binary | 1010100 | 11010100 | 10000110 | 111100 | 0 | 100101 | 10001 | 10001111 | 111100 | 111010 |
Color Harmonies of #54D486
Complementary color
Monochromatic Colors of #54D486
Black with #54D486
Text Example
Text Example
White with #54D486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D486; }
p { color: rgb(84,212,134); }
H1.HeaderClassName
{
color: #54D486;
}
.AnyTagClassName
{
color: #54D486;
}
</style>
background-color css
<style>
a { background-color: #54D486; }
a { background-color: rgb(84,212,134); }
div.DivClassName
{
background-color: #54D486;
}
.BgClassName
{
background-color: #54D486;
}
</style>
border-color css
<style>
span { border-color: #54D486; }
span { border-color: rgb(84,212,134); }
td.TdClassName
{
border-color: #54D486;
}
.TagClassName
{
border-color: #54D486;
}
</style>