Shades of Emerald #54D86A
Tints of Emerald #54D86A
RGB
CMYK
RGB Variations
Color information
#54D86A (or 0x54D86A) is known color: Emerald. HEX triplet: 54, D8 and 6A. RGB value is (84,216,106). Sum of RGB (Red+Green+Blue) = 84+216+106=406 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.69% from 406); Green value is 216 (84.77% from 255 or 53.20% from 406); Blue value is 106 (41.80% from 255 or 26.11% from 406); Max value from RGB is 216 - color contains mainly: green. Hex color #54D86A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54D86A is #AB2795. Grayscale: #A4A4A4. Windows color (decimal): -11216790 or 7002196. OLE color: 7002196.
HSL color Cylindrical-coordinate representation of color #54D86A: hue angle of 130º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54D86A is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 216 | 106 | - |
| CMYK | 0.61 | 0 | 0.51 | 0.15 |
| HSL | 130º | 0.63% | 0.59% | - |
| HSV(B) | 130º | 0.61% | 0.85% | - |
| XYZ | 30.81 | 52.04 | 22.06 | - |
| YUV | 163.99 | 95.27 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 216 | 106 | 0.61 | 0 | 0.51 | 0.15 | 130 | 0.63 | 0.59 |
| Hex | 54 | D8 | 6A | 3D | 0 | 33 | F | 82 | 3F | 3B |
| Octal | 124 | 330 | 152 | 75 | 0 | 63 | 17 | 202 | 77 | 73 |
| Binary | 1010100 | 11011000 | 1101010 | 111101 | 0 | 110011 | 1111 | 10000010 | 111111 | 111011 |
Color Harmonies of #54D86A
Complementary color
Monochromatic Colors of #54D86A
Black with #54D86A
Text Example
Text Example
White with #54D86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D86A; }
p { color: rgb(84,216,106); }
H1.HeaderClassName
{
color: #54D86A;
}
.AnyTagClassName
{
color: #54D86A;
}
</style>
background-color css
<style>
a { background-color: #54D86A; }
a { background-color: rgb(84,216,106); }
div.DivClassName
{
background-color: #54D86A;
}
.BgClassName
{
background-color: #54D86A;
}
</style>
border-color css
<style>
span { border-color: #54D86A; }
span { border-color: rgb(84,216,106); }
td.TdClassName
{
border-color: #54D86A;
}
.TagClassName
{
border-color: #54D86A;
}
</style>