Shades of Emerald #54B977
Tints of Emerald #54B977
RGB
CMYK
RGB Variations
Color information
#54B977 (or 0x54B977) is known color: Emerald. HEX triplet: 54, B9 and 77. RGB value is (84,185,119). Sum of RGB (Red+Green+Blue) = 84+185+119=388 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.65% from 388); Green value is 185 (72.66% from 255 or 47.68% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 185 - color contains mainly: green. Hex color #54B977 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B977 is #AB4688. Grayscale: #939393. Windows color (decimal): -11224713 or 7846228. OLE color: 7846228.
HSL color Cylindrical-coordinate representation of color #54B977: hue angle of 140.79º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54B977 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 185 | 119 | - |
| CMYK | 0.55 | 0 | 0.36 | 0.27 |
| HSL | 140.79º | 0.42% | 0.53% | - |
| HSV(B) | 140.79º | 0.55% | 0.73% | - |
| XYZ | 24.33 | 37.91 | 23.49 | - |
| YUV | 147.28 | 112.04 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 185 | 119 | 0.55 | 0 | 0.36 | 0.27 | 140.79 | 0.42 | 0.53 |
| Hex | 54 | B9 | 77 | 37 | 0 | 24 | 1B | 8D | 2A | 35 |
| Octal | 124 | 271 | 167 | 67 | 0 | 44 | 33 | 215 | 52 | 65 |
| Binary | 1010100 | 10111001 | 1110111 | 110111 | 0 | 100100 | 11011 | 10001101 | 101010 | 110101 |
Color Harmonies of #54B977
Complementary color
Monochromatic Colors of #54B977
Black with #54B977
Text Example
Text Example
White with #54B977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B977; }
p { color: rgb(84,185,119); }
H1.HeaderClassName
{
color: #54B977;
}
.AnyTagClassName
{
color: #54B977;
}
</style>
background-color css
<style>
a { background-color: #54B977; }
a { background-color: rgb(84,185,119); }
div.DivClassName
{
background-color: #54B977;
}
.BgClassName
{
background-color: #54B977;
}
</style>
border-color css
<style>
span { border-color: #54B977; }
span { border-color: rgb(84,185,119); }
td.TdClassName
{
border-color: #54B977;
}
.TagClassName
{
border-color: #54B977;
}
</style>