Shades of Emerald #54C07D
Tints of Emerald #54C07D
RGB
CMYK
RGB Variations
Color information
#54C07D (or 0x54C07D) is known color: Emerald. HEX triplet: 54, C0 and 7D. RGB value is (84,192,125). Sum of RGB (Red+Green+Blue) = 84+192+125=401 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.95% from 401); Green value is 192 (75.39% from 255 or 47.88% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 192 - color contains mainly: green. Hex color #54C07D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54C07D is #AB3F82. Grayscale: #989898. Windows color (decimal): -11222915 or 8241236. OLE color: 8241236.
HSL color Cylindrical-coordinate representation of color #54C07D: hue angle of 142.78º 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 #54C07D is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 192 | 125 | - |
| CMYK | 0.56 | 0 | 0.35 | 0.25 |
| HSL | 142.78º | 0.46% | 0.54% | - |
| HSV(B) | 142.78º | 0.56% | 0.75% | - |
| XYZ | 26.21 | 41.06 | 25.95 | - |
| YUV | 152.07 | 112.72 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 192 | 125 | 0.56 | 0 | 0.35 | 0.25 | 142.78 | 0.46 | 0.54 |
| Hex | 54 | C0 | 7D | 38 | 0 | 23 | 19 | 8F | 2E | 36 |
| Octal | 124 | 300 | 175 | 70 | 0 | 43 | 31 | 217 | 56 | 66 |
| Binary | 1010100 | 11000000 | 1111101 | 111000 | 0 | 100011 | 11001 | 10001111 | 101110 | 110110 |
Color Harmonies of #54C07D
Complementary color
Monochromatic Colors of #54C07D
Black with #54C07D
Text Example
Text Example
White with #54C07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C07D; }
p { color: rgb(84,192,125); }
H1.HeaderClassName
{
color: #54C07D;
}
.AnyTagClassName
{
color: #54C07D;
}
</style>
background-color css
<style>
a { background-color: #54C07D; }
a { background-color: rgb(84,192,125); }
div.DivClassName
{
background-color: #54C07D;
}
.BgClassName
{
background-color: #54C07D;
}
</style>
border-color css
<style>
span { border-color: #54C07D; }
span { border-color: rgb(84,192,125); }
td.TdClassName
{
border-color: #54C07D;
}
.TagClassName
{
border-color: #54C07D;
}
</style>