Shades of Emerald #54C06D
Tints of Emerald #54C06D
RGB
CMYK
RGB Variations
Color information
#54C06D (or 0x54C06D) is known color: Emerald. HEX triplet: 54, C0 and 6D. RGB value is (84,192,109). Sum of RGB (Red+Green+Blue) = 84+192+109=385 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.82% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #54C06D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54C06D is #AB3F92. Grayscale: #969696. Windows color (decimal): -11222931 or 7192660. OLE color: 7192660.
HSL color Cylindrical-coordinate representation of color #54C06D: hue angle of 133.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 #54C06D is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 192 | 109 | - |
| CMYK | 0.56 | 0 | 0.43 | 0.25 |
| HSL | 133.89º | 0.46% | 0.54% | - |
| HSV(B) | 133.89º | 0.56% | 0.75% | - |
| XYZ | 25.27 | 40.69 | 20.99 | - |
| YUV | 150.25 | 104.72 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 192 | 109 | 0.56 | 0 | 0.43 | 0.25 | 133.89 | 0.46 | 0.54 |
| Hex | 54 | C0 | 6D | 38 | 0 | 2B | 19 | 86 | 2E | 36 |
| Octal | 124 | 300 | 155 | 70 | 0 | 53 | 31 | 206 | 56 | 66 |
| Binary | 1010100 | 11000000 | 1101101 | 111000 | 0 | 101011 | 11001 | 10000110 | 101110 | 110110 |
Color Harmonies of #54C06D
Complementary color
Monochromatic Colors of #54C06D
Black with #54C06D
Text Example
Text Example
White with #54C06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C06D; }
p { color: rgb(84,192,109); }
H1.HeaderClassName
{
color: #54C06D;
}
.AnyTagClassName
{
color: #54C06D;
}
</style>
background-color css
<style>
a { background-color: #54C06D; }
a { background-color: rgb(84,192,109); }
div.DivClassName
{
background-color: #54C06D;
}
.BgClassName
{
background-color: #54C06D;
}
</style>
border-color css
<style>
span { border-color: #54C06D; }
span { border-color: rgb(84,192,109); }
td.TdClassName
{
border-color: #54C06D;
}
.TagClassName
{
border-color: #54C06D;
}
</style>