Shades of Emerald #54DC5E
Tints of Emerald #54DC5E
RGB
CMYK
RGB Variations
Color information
#54DC5E (or 0x54DC5E) is known color: Emerald. HEX triplet: 54, DC and 5E. RGB value is (84,220,94). Sum of RGB (Red+Green+Blue) = 84+220+94=398 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.11% from 398); Green value is 220 (86.33% from 255 or 55.28% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 220 - color contains mainly: green. Hex color #54DC5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54DC5E is #AB23A1. Grayscale: #A5A5A5. Windows color (decimal): -11215778 or 6216788. OLE color: 6216788.
HSL color Cylindrical-coordinate representation of color #54DC5E: hue angle of 124.41º 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 #54DC5E is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 220 | 94 | - |
| CMYK | 0.62 | 0 | 0.57 | 0.14 |
| HSL | 124.41º | 0.66% | 0.6% | - |
| HSV(B) | 124.41º | 0.62% | 0.86% | - |
| XYZ | 31.27 | 53.88 | 19.34 | - |
| YUV | 164.97 | 87.94 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 220 | 94 | 0.62 | 0 | 0.57 | 0.14 | 124.41 | 0.66 | 0.6 |
| Hex | 54 | DC | 5E | 3E | 0 | 39 | E | 7C | 42 | 3C |
| Octal | 124 | 334 | 136 | 76 | 0 | 71 | 16 | 174 | 102 | 74 |
| Binary | 1010100 | 11011100 | 1011110 | 111110 | 0 | 111001 | 1110 | 1111100 | 1000010 | 111100 |
Color Harmonies of #54DC5E
Complementary color
Monochromatic Colors of #54DC5E
Black with #54DC5E
Text Example
Text Example
White with #54DC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DC5E; }
p { color: rgb(84,220,94); }
H1.HeaderClassName
{
color: #54DC5E;
}
.AnyTagClassName
{
color: #54DC5E;
}
</style>
background-color css
<style>
a { background-color: #54DC5E; }
a { background-color: rgb(84,220,94); }
div.DivClassName
{
background-color: #54DC5E;
}
.BgClassName
{
background-color: #54DC5E;
}
</style>
border-color css
<style>
span { border-color: #54DC5E; }
span { border-color: rgb(84,220,94); }
td.TdClassName
{
border-color: #54DC5E;
}
.TagClassName
{
border-color: #54DC5E;
}
</style>