Shades of Emerald #54DC6D
Tints of Emerald #54DC6D
RGB
CMYK
RGB Variations
Color information
#54DC6D (or 0x54DC6D) is known color: Emerald. HEX triplet: 54, DC and 6D. RGB value is (84,220,109). Sum of RGB (Red+Green+Blue) = 84+220+109=413 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.34% from 413); Green value is 220 (86.33% from 255 or 53.27% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 220 - color contains mainly: green. Hex color #54DC6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54DC6D is #AB2392. Grayscale: #A6A6A6. Windows color (decimal): -11215763 or 7199828. OLE color: 7199828.
HSL color Cylindrical-coordinate representation of color #54DC6D: hue angle of 131.03º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54DC6D is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 220 | 109 | - |
| CMYK | 0.62 | 0 | 0.50 | 0.14 |
| HSL | 131.03º | 0.66% | 0.6% | - |
| HSV(B) | 131.03º | 0.62% | 0.86% | - |
| XYZ | 32.01 | 54.18 | 23.24 | - |
| YUV | 166.68 | 95.44 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 220 | 109 | 0.62 | 0 | 0.50 | 0.14 | 131.03 | 0.66 | 0.6 |
| Hex | 54 | DC | 6D | 3E | 0 | 32 | E | 83 | 42 | 3C |
| Octal | 124 | 334 | 155 | 76 | 0 | 62 | 16 | 203 | 102 | 74 |
| Binary | 1010100 | 11011100 | 1101101 | 111110 | 0 | 110010 | 1110 | 10000011 | 1000010 | 111100 |
Color Harmonies of #54DC6D
Complementary color
Monochromatic Colors of #54DC6D
Black with #54DC6D
Text Example
Text Example
White with #54DC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DC6D; }
p { color: rgb(84,220,109); }
H1.HeaderClassName
{
color: #54DC6D;
}
.AnyTagClassName
{
color: #54DC6D;
}
</style>
background-color css
<style>
a { background-color: #54DC6D; }
a { background-color: rgb(84,220,109); }
div.DivClassName
{
background-color: #54DC6D;
}
.BgClassName
{
background-color: #54DC6D;
}
</style>
border-color css
<style>
span { border-color: #54DC6D; }
span { border-color: rgb(84,220,109); }
td.TdClassName
{
border-color: #54DC6D;
}
.TagClassName
{
border-color: #54DC6D;
}
</style>