Shades of Emerald #54BA82
Tints of Emerald #54BA82
RGB
CMYK
RGB Variations
Color information
#54BA82 (or 0x54BA82) is known color: Emerald. HEX triplet: 54, BA and 82. RGB value is (84,186,130). Sum of RGB (Red+Green+Blue) = 84+186+130=400 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #54BA82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BA82 is #AB457D. Grayscale: #959595. Windows color (decimal): -11224446 or 8567380. OLE color: 8567380.
HSL color Cylindrical-coordinate representation of color #54BA82: hue angle of 147.06º degrees, saturation: 0.43, 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 #54BA82 is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 186 | 130 | - |
| CMYK | 0.55 | 0 | 0.30 | 0.27 |
| HSL | 147.06º | 0.43% | 0.53% | - |
| HSV(B) | 147.06º | 0.55% | 0.73% | - |
| XYZ | 25.24 | 38.61 | 27.24 | - |
| YUV | 149.12 | 117.21 | 81.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 186 | 130 | 0.55 | 0 | 0.30 | 0.27 | 147.06 | 0.43 | 0.53 |
| Hex | 54 | BA | 82 | 37 | 0 | 1E | 1B | 93 | 2A | 35 |
| Octal | 124 | 272 | 202 | 67 | 0 | 36 | 33 | 223 | 52 | 65 |
| Binary | 1010100 | 10111010 | 10000010 | 110111 | 0 | 11110 | 11011 | 10010011 | 101010 | 110101 |
Color Harmonies of #54BA82
Complementary color
Monochromatic Colors of #54BA82
Black with #54BA82
Text Example
Text Example
White with #54BA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BA82; }
p { color: rgb(84,186,130); }
H1.HeaderClassName
{
color: #54BA82;
}
.AnyTagClassName
{
color: #54BA82;
}
</style>
background-color css
<style>
a { background-color: #54BA82; }
a { background-color: rgb(84,186,130); }
div.DivClassName
{
background-color: #54BA82;
}
.BgClassName
{
background-color: #54BA82;
}
</style>
border-color css
<style>
span { border-color: #54BA82; }
span { border-color: rgb(84,186,130); }
td.TdClassName
{
border-color: #54BA82;
}
.TagClassName
{
border-color: #54BA82;
}
</style>