Shades of Emerald #54C072
Tints of Emerald #54C072
RGB
CMYK
RGB Variations
Color information
#54C072 (or 0x54C072) is known color: Emerald. HEX triplet: 54, C0 and 72. RGB value is (84,192,114). Sum of RGB (Red+Green+Blue) = 84+192+114=390 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.54% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 192 - color contains mainly: green. Hex color #54C072 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54C072 is #AB3F8D. Grayscale: #979797. Windows color (decimal): -11222926 or 7520340. OLE color: 7520340.
HSL color Cylindrical-coordinate representation of color #54C072: hue angle of 136.67º 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 #54C072 is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 192 | 114 | - |
| CMYK | 0.56 | 0 | 0.41 | 0.25 |
| HSL | 136.67º | 0.46% | 0.54% | - |
| HSV(B) | 136.67º | 0.56% | 0.75% | - |
| XYZ | 25.54 | 40.8 | 22.45 | - |
| YUV | 150.82 | 107.22 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 192 | 114 | 0.56 | 0 | 0.41 | 0.25 | 136.67 | 0.46 | 0.54 |
| Hex | 54 | C0 | 72 | 38 | 0 | 29 | 19 | 89 | 2E | 36 |
| Octal | 124 | 300 | 162 | 70 | 0 | 51 | 31 | 211 | 56 | 66 |
| Binary | 1010100 | 11000000 | 1110010 | 111000 | 0 | 101001 | 11001 | 10001001 | 101110 | 110110 |
Color Harmonies of #54C072
Complementary color
Monochromatic Colors of #54C072
Black with #54C072
Text Example
Text Example
White with #54C072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C072; }
p { color: rgb(84,192,114); }
H1.HeaderClassName
{
color: #54C072;
}
.AnyTagClassName
{
color: #54C072;
}
</style>
background-color css
<style>
a { background-color: #54C072; }
a { background-color: rgb(84,192,114); }
div.DivClassName
{
background-color: #54C072;
}
.BgClassName
{
background-color: #54C072;
}
</style>
border-color css
<style>
span { border-color: #54C072; }
span { border-color: rgb(84,192,114); }
td.TdClassName
{
border-color: #54C072;
}
.TagClassName
{
border-color: #54C072;
}
</style>