Shades of Emerald #54C076
Tints of Emerald #54C076
RGB
CMYK
RGB Variations
Color information
#54C076 (or 0x54C076) is known color: Emerald. HEX triplet: 54, C0 and 76. RGB value is (84,192,118). Sum of RGB (Red+Green+Blue) = 84+192+118=394 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.32% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #54C076 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54C076 is #AB3F89. Grayscale: #979797. Windows color (decimal): -11222922 or 7782484. OLE color: 7782484.
HSL color Cylindrical-coordinate representation of color #54C076: hue angle of 138.89º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54C076 is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 192 | 118 | - |
| CMYK | 0.56 | 0 | 0.39 | 0.25 |
| HSL | 138.89º | 0.46% | 0.54% | - |
| HSV(B) | 138.89º | 0.56% | 0.75% | - |
| XYZ | 25.78 | 40.89 | 23.67 | - |
| YUV | 151.27 | 109.22 | 80.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 192 | 118 | 0.56 | 0 | 0.39 | 0.25 | 138.89 | 0.46 | 0.54 |
| Hex | 54 | C0 | 76 | 38 | 0 | 27 | 19 | 8B | 2E | 36 |
| Octal | 124 | 300 | 166 | 70 | 0 | 47 | 31 | 213 | 56 | 66 |
| Binary | 1010100 | 11000000 | 1110110 | 111000 | 0 | 100111 | 11001 | 10001011 | 101110 | 110110 |
Color Harmonies of #54C076
Complementary color
Monochromatic Colors of #54C076
Black with #54C076
Text Example
Text Example
White with #54C076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C076; }
p { color: rgb(84,192,118); }
H1.HeaderClassName
{
color: #54C076;
}
.AnyTagClassName
{
color: #54C076;
}
</style>
background-color css
<style>
a { background-color: #54C076; }
a { background-color: rgb(84,192,118); }
div.DivClassName
{
background-color: #54C076;
}
.BgClassName
{
background-color: #54C076;
}
</style>
border-color css
<style>
span { border-color: #54C076; }
span { border-color: rgb(84,192,118); }
td.TdClassName
{
border-color: #54C076;
}
.TagClassName
{
border-color: #54C076;
}
</style>