Shades of Emerald #54DC7D
Tints of Emerald #54DC7D
RGB
CMYK
RGB Variations
Color information
#54DC7D (or 0x54DC7D) is known color: Emerald. HEX triplet: 54, DC and 7D. RGB value is (84,220,125). Sum of RGB (Red+Green+Blue) = 84+220+125=429 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.58% from 429); Green value is 220 (86.33% from 255 or 51.28% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 220 - color contains mainly: green. Hex color #54DC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54DC7D is #AB2382. Grayscale: #A8A8A8. Windows color (decimal): -11215747 or 8248404. OLE color: 8248404.
HSL color Cylindrical-coordinate representation of color #54DC7D: hue angle of 138.09º 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 #54DC7D is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 220 | 125 | - |
| CMYK | 0.62 | 0 | 0.43 | 0.14 |
| HSL | 138.09º | 0.66% | 0.6% | - |
| HSV(B) | 138.09º | 0.62% | 0.86% | - |
| XYZ | 32.95 | 54.55 | 28.19 | - |
| YUV | 168.51 | 103.44 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 220 | 125 | 0.62 | 0 | 0.43 | 0.14 | 138.09 | 0.66 | 0.6 |
| Hex | 54 | DC | 7D | 3E | 0 | 2B | E | 8A | 42 | 3C |
| Octal | 124 | 334 | 175 | 76 | 0 | 53 | 16 | 212 | 102 | 74 |
| Binary | 1010100 | 11011100 | 1111101 | 111110 | 0 | 101011 | 1110 | 10001010 | 1000010 | 111100 |
Color Harmonies of #54DC7D
Complementary color
Monochromatic Colors of #54DC7D
Black with #54DC7D
Text Example
Text Example
White with #54DC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DC7D; }
p { color: rgb(84,220,125); }
H1.HeaderClassName
{
color: #54DC7D;
}
.AnyTagClassName
{
color: #54DC7D;
}
</style>
background-color css
<style>
a { background-color: #54DC7D; }
a { background-color: rgb(84,220,125); }
div.DivClassName
{
background-color: #54DC7D;
}
.BgClassName
{
background-color: #54DC7D;
}
</style>
border-color css
<style>
span { border-color: #54DC7D; }
span { border-color: rgb(84,220,125); }
td.TdClassName
{
border-color: #54DC7D;
}
.TagClassName
{
border-color: #54DC7D;
}
</style>