Shades of Emerald #54BC7E
Tints of Emerald #54BC7E
RGB
CMYK
RGB Variations
Color information
#54BC7E (or 0x54BC7E) is known color: Emerald. HEX triplet: 54, BC and 7E. RGB value is (84,188,126). Sum of RGB (Red+Green+Blue) = 84+188+126=398 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.11% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #54BC7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54BC7E is #AB4381. Grayscale: #959595. Windows color (decimal): -11223938 or 8305748. OLE color: 8305748.
HSL color Cylindrical-coordinate representation of color #54BC7E: hue angle of 144.23º 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 #54BC7E is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 188 | 126 | - |
| CMYK | 0.55 | 0 | 0.33 | 0.26 |
| HSL | 144.23º | 0.44% | 0.53% | - |
| HSV(B) | 144.23º | 0.55% | 0.74% | - |
| XYZ | 25.41 | 39.36 | 26 | - |
| YUV | 149.84 | 114.54 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 188 | 126 | 0.55 | 0 | 0.33 | 0.26 | 144.23 | 0.44 | 0.53 |
| Hex | 54 | BC | 7E | 37 | 0 | 21 | 1A | 90 | 2C | 35 |
| Octal | 124 | 274 | 176 | 67 | 0 | 41 | 32 | 220 | 54 | 65 |
| Binary | 1010100 | 10111100 | 1111110 | 110111 | 0 | 100001 | 11010 | 10010000 | 101100 | 110101 |
Color Harmonies of #54BC7E
Complementary color
Monochromatic Colors of #54BC7E
Black with #54BC7E
Text Example
Text Example
White with #54BC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BC7E; }
p { color: rgb(84,188,126); }
H1.HeaderClassName
{
color: #54BC7E;
}
.AnyTagClassName
{
color: #54BC7E;
}
</style>
background-color css
<style>
a { background-color: #54BC7E; }
a { background-color: rgb(84,188,126); }
div.DivClassName
{
background-color: #54BC7E;
}
.BgClassName
{
background-color: #54BC7E;
}
</style>
border-color css
<style>
span { border-color: #54BC7E; }
span { border-color: rgb(84,188,126); }
td.TdClassName
{
border-color: #54BC7E;
}
.TagClassName
{
border-color: #54BC7E;
}
</style>