Shades of Emerald #54C172
Tints of Emerald #54C172
RGB
CMYK
RGB Variations
Color information
#54C172 (or 0x54C172) is known color: Emerald. HEX triplet: 54, C1 and 72. RGB value is (84,193,114). Sum of RGB (Red+Green+Blue) = 84+193+114=391 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.48% from 391); Green value is 193 (75.78% from 255 or 49.36% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 193 - color contains mainly: green. Hex color #54C172 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54C172 is #AB3E8D. Grayscale: #979797. Windows color (decimal): -11222670 or 7520596. OLE color: 7520596.
HSL color Cylindrical-coordinate representation of color #54C172: hue angle of 136.51º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54C172 is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 193 | 114 | - |
| CMYK | 0.56 | 0 | 0.41 | 0.24 |
| HSL | 136.51º | 0.47% | 0.54% | - |
| HSV(B) | 136.51º | 0.56% | 0.76% | - |
| XYZ | 25.76 | 41.24 | 22.52 | - |
| YUV | 151.4 | 106.89 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 193 | 114 | 0.56 | 0 | 0.41 | 0.24 | 136.51 | 0.47 | 0.54 |
| Hex | 54 | C1 | 72 | 38 | 0 | 29 | 18 | 89 | 2F | 36 |
| Octal | 124 | 301 | 162 | 70 | 0 | 51 | 30 | 211 | 57 | 66 |
| Binary | 1010100 | 11000001 | 1110010 | 111000 | 0 | 101001 | 11000 | 10001001 | 101111 | 110110 |
Color Harmonies of #54C172
Complementary color
Monochromatic Colors of #54C172
Black with #54C172
Text Example
Text Example
White with #54C172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C172; }
p { color: rgb(84,193,114); }
H1.HeaderClassName
{
color: #54C172;
}
.AnyTagClassName
{
color: #54C172;
}
</style>
background-color css
<style>
a { background-color: #54C172; }
a { background-color: rgb(84,193,114); }
div.DivClassName
{
background-color: #54C172;
}
.BgClassName
{
background-color: #54C172;
}
</style>
border-color css
<style>
span { border-color: #54C172; }
span { border-color: rgb(84,193,114); }
td.TdClassName
{
border-color: #54C172;
}
.TagClassName
{
border-color: #54C172;
}
</style>