Shades of Emerald #54C57A
Tints of Emerald #54C57A
RGB
CMYK
RGB Variations
Color information
#54C57A (or 0x54C57A) is known color: Emerald. HEX triplet: 54, C5 and 7A. RGB value is (84,197,122). Sum of RGB (Red+Green+Blue) = 84+197+122=403 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.84% from 403); Green value is 197 (77.34% from 255 or 48.88% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 197 - color contains mainly: green. Hex color #54C57A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54C57A is #AB3A85. Grayscale: #9A9A9A. Windows color (decimal): -11221638 or 8045908. OLE color: 8045908.
HSL color Cylindrical-coordinate representation of color #54C57A: hue angle of 140.18º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54C57A is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 84 | 197 | 122 | - |
| CMYK | 0.57 | 0 | 0.38 | 0.23 |
| HSL | 140.18º | 0.49% | 0.55% | - |
| HSV(B) | 140.18º | 0.57% | 0.77% | - |
| XYZ | 27.14 | 43.22 | 25.32 | - |
| YUV | 154.66 | 109.56 | 77.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 197 | 122 | 0.57 | 0 | 0.38 | 0.23 | 140.18 | 0.49 | 0.55 |
| Hex | 54 | C5 | 7A | 39 | 0 | 26 | 17 | 8C | 31 | 37 |
| Octal | 124 | 305 | 172 | 71 | 0 | 46 | 27 | 214 | 61 | 67 |
| Binary | 1010100 | 11000101 | 1111010 | 111001 | 0 | 100110 | 10111 | 10001100 | 110001 | 110111 |
Color Harmonies of #54C57A
Complementary color
Monochromatic Colors of #54C57A
Black with #54C57A
Text Example
Text Example
White with #54C57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C57A; }
p { color: rgb(84,197,122); }
H1.HeaderClassName
{
color: #54C57A;
}
.AnyTagClassName
{
color: #54C57A;
}
</style>
background-color css
<style>
a { background-color: #54C57A; }
a { background-color: rgb(84,197,122); }
div.DivClassName
{
background-color: #54C57A;
}
.BgClassName
{
background-color: #54C57A;
}
</style>
border-color css
<style>
span { border-color: #54C57A; }
span { border-color: rgb(84,197,122); }
td.TdClassName
{
border-color: #54C57A;
}
.TagClassName
{
border-color: #54C57A;
}
</style>