Shades of Emerald #54B971
Tints of Emerald #54B971
RGB
CMYK
RGB Variations
Color information
#54B971 (or 0x54B971) is known color: Emerald. HEX triplet: 54, B9 and 71. RGB value is (84,185,113). Sum of RGB (Red+Green+Blue) = 84+185+113=382 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.99% from 382); Green value is 185 (72.66% from 255 or 48.43% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 185 - color contains mainly: green. Hex color #54B971 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B971 is #AB468E. Grayscale: #929292. Windows color (decimal): -11224719 or 7453012. OLE color: 7453012.
HSL color Cylindrical-coordinate representation of color #54B971: hue angle of 137.23º 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 #54B971 is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 185 | 113 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.27 |
| HSL | 137.23º | 0.42% | 0.53% | - |
| HSV(B) | 137.23º | 0.55% | 0.73% | - |
| XYZ | 23.99 | 37.78 | 21.65 | - |
| YUV | 146.59 | 109.04 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 185 | 113 | 0.55 | 0 | 0.39 | 0.27 | 137.23 | 0.42 | 0.53 |
| Hex | 54 | B9 | 71 | 37 | 0 | 27 | 1B | 89 | 2A | 35 |
| Octal | 124 | 271 | 161 | 67 | 0 | 47 | 33 | 211 | 52 | 65 |
| Binary | 1010100 | 10111001 | 1110001 | 110111 | 0 | 100111 | 11011 | 10001001 | 101010 | 110101 |
Color Harmonies of #54B971
Complementary color
Monochromatic Colors of #54B971
Black with #54B971
Text Example
Text Example
White with #54B971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B971; }
p { color: rgb(84,185,113); }
H1.HeaderClassName
{
color: #54B971;
}
.AnyTagClassName
{
color: #54B971;
}
</style>
background-color css
<style>
a { background-color: #54B971; }
a { background-color: rgb(84,185,113); }
div.DivClassName
{
background-color: #54B971;
}
.BgClassName
{
background-color: #54B971;
}
</style>
border-color css
<style>
span { border-color: #54B971; }
span { border-color: rgb(84,185,113); }
td.TdClassName
{
border-color: #54B971;
}
.TagClassName
{
border-color: #54B971;
}
</style>