Shades of Emerald #54BA75
Tints of Emerald #54BA75
RGB
CMYK
RGB Variations
Color information
#54BA75 (or 0x54BA75) is known color: Emerald. HEX triplet: 54, BA and 75. RGB value is (84,186,117). Sum of RGB (Red+Green+Blue) = 84+186+117=387 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.71% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 186 - color contains mainly: green. Hex color #54BA75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54BA75 is #AB458A. Grayscale: #939393. Windows color (decimal): -11224459 or 7715412. OLE color: 7715412.
HSL color Cylindrical-coordinate representation of color #54BA75: hue angle of 139.41º 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 #54BA75 is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 186 | 117 | - |
| CMYK | 0.55 | 0 | 0.37 | 0.27 |
| HSL | 139.41º | 0.43% | 0.53% | - |
| HSV(B) | 139.41º | 0.55% | 0.73% | - |
| XYZ | 24.43 | 38.29 | 22.93 | - |
| YUV | 147.64 | 110.71 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 186 | 117 | 0.55 | 0 | 0.37 | 0.27 | 139.41 | 0.43 | 0.53 |
| Hex | 54 | BA | 75 | 37 | 0 | 25 | 1B | 8B | 2A | 35 |
| Octal | 124 | 272 | 165 | 67 | 0 | 45 | 33 | 213 | 52 | 65 |
| Binary | 1010100 | 10111010 | 1110101 | 110111 | 0 | 100101 | 11011 | 10001011 | 101010 | 110101 |
Color Harmonies of #54BA75
Complementary color
Monochromatic Colors of #54BA75
Black with #54BA75
Text Example
Text Example
White with #54BA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BA75; }
p { color: rgb(84,186,117); }
H1.HeaderClassName
{
color: #54BA75;
}
.AnyTagClassName
{
color: #54BA75;
}
</style>
background-color css
<style>
a { background-color: #54BA75; }
a { background-color: rgb(84,186,117); }
div.DivClassName
{
background-color: #54BA75;
}
.BgClassName
{
background-color: #54BA75;
}
</style>
border-color css
<style>
span { border-color: #54BA75; }
span { border-color: rgb(84,186,117); }
td.TdClassName
{
border-color: #54BA75;
}
.TagClassName
{
border-color: #54BA75;
}
</style>