Shades of Emerald #54BC6D
Tints of Emerald #54BC6D
RGB
CMYK
RGB Variations
Color information
#54BC6D (or 0x54BC6D) is known color: Emerald. HEX triplet: 54, BC and 6D. RGB value is (84,188,109). Sum of RGB (Red+Green+Blue) = 84+188+109=381 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.05% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #54BC6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54BC6D is #AB4392. Grayscale: #949494. Windows color (decimal): -11223955 or 7191636. OLE color: 7191636.
HSL color Cylindrical-coordinate representation of color #54BC6D: hue angle of 134.42º 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 #54BC6D is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 188 | 109 | - |
| CMYK | 0.55 | 0 | 0.42 | 0.26 |
| HSL | 134.42º | 0.44% | 0.53% | - |
| HSV(B) | 134.42º | 0.55% | 0.74% | - |
| XYZ | 24.4 | 38.96 | 20.7 | - |
| YUV | 147.9 | 106.04 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 188 | 109 | 0.55 | 0 | 0.42 | 0.26 | 134.42 | 0.44 | 0.53 |
| Hex | 54 | BC | 6D | 37 | 0 | 2A | 1A | 86 | 2C | 35 |
| Octal | 124 | 274 | 155 | 67 | 0 | 52 | 32 | 206 | 54 | 65 |
| Binary | 1010100 | 10111100 | 1101101 | 110111 | 0 | 101010 | 11010 | 10000110 | 101100 | 110101 |
Color Harmonies of #54BC6D
Complementary color
Monochromatic Colors of #54BC6D
Black with #54BC6D
Text Example
Text Example
White with #54BC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BC6D; }
p { color: rgb(84,188,109); }
H1.HeaderClassName
{
color: #54BC6D;
}
.AnyTagClassName
{
color: #54BC6D;
}
</style>
background-color css
<style>
a { background-color: #54BC6D; }
a { background-color: rgb(84,188,109); }
div.DivClassName
{
background-color: #54BC6D;
}
.BgClassName
{
background-color: #54BC6D;
}
</style>
border-color css
<style>
span { border-color: #54BC6D; }
span { border-color: rgb(84,188,109); }
td.TdClassName
{
border-color: #54BC6D;
}
.TagClassName
{
border-color: #54BC6D;
}
</style>