Shades of Emerald #54BC7D
Tints of Emerald #54BC7D
RGB
CMYK
RGB Variations
Color information
#54BC7D (or 0x54BC7D) is known color: Emerald. HEX triplet: 54, BC and 7D. RGB value is (84,188,125). Sum of RGB (Red+Green+Blue) = 84+188+125=397 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.16% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 188 - color contains mainly: green. Hex color #54BC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54BC7D is #AB4382. Grayscale: #959595. Windows color (decimal): -11223939 or 8240212. OLE color: 8240212.
HSL color Cylindrical-coordinate representation of color #54BC7D: hue angle of 143.65º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54BC7D is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 188 | 125 | - |
| CMYK | 0.55 | 0 | 0.34 | 0.26 |
| HSL | 143.65º | 0.44% | 0.53% | - |
| HSV(B) | 143.65º | 0.55% | 0.74% | - |
| XYZ | 25.34 | 39.33 | 25.66 | - |
| YUV | 149.72 | 114.04 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 188 | 125 | 0.55 | 0 | 0.34 | 0.26 | 143.65 | 0.44 | 0.53 |
| Hex | 54 | BC | 7D | 37 | 0 | 22 | 1A | 90 | 2C | 35 |
| Octal | 124 | 274 | 175 | 67 | 0 | 42 | 32 | 220 | 54 | 65 |
| Binary | 1010100 | 10111100 | 1111101 | 110111 | 0 | 100010 | 11010 | 10010000 | 101100 | 110101 |
Color Harmonies of #54BC7D
Complementary color
Monochromatic Colors of #54BC7D
Black with #54BC7D
Text Example
Text Example
White with #54BC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BC7D; }
p { color: rgb(84,188,125); }
H1.HeaderClassName
{
color: #54BC7D;
}
.AnyTagClassName
{
color: #54BC7D;
}
</style>
background-color css
<style>
a { background-color: #54BC7D; }
a { background-color: rgb(84,188,125); }
div.DivClassName
{
background-color: #54BC7D;
}
.BgClassName
{
background-color: #54BC7D;
}
</style>
border-color css
<style>
span { border-color: #54BC7D; }
span { border-color: rgb(84,188,125); }
td.TdClassName
{
border-color: #54BC7D;
}
.TagClassName
{
border-color: #54BC7D;
}
</style>