Shades of Emerald #54DC82
Tints of Emerald #54DC82
RGB
CMYK
RGB Variations
Color information
#54DC82 (or 0x54DC82) is known color: Emerald. HEX triplet: 54, DC and 82. RGB value is (84,220,130). Sum of RGB (Red+Green+Blue) = 84+220+130=434 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.35% from 434); Green value is 220 (86.33% from 255 or 50.69% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 220 - color contains mainly: green. Hex color #54DC82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54DC82 is #AB237D. Grayscale: #A9A9A9. Windows color (decimal): -11215742 or 8576084. OLE color: 8576084.
HSL color Cylindrical-coordinate representation of color #54DC82: hue angle of 140.29º 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 #54DC82 is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 220 | 130 | - |
| CMYK | 0.62 | 0 | 0.41 | 0.14 |
| HSL | 140.29º | 0.66% | 0.6% | - |
| HSV(B) | 140.29º | 0.62% | 0.86% | - |
| XYZ | 33.28 | 54.68 | 29.92 | - |
| YUV | 169.08 | 105.94 | 67.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 220 | 130 | 0.62 | 0 | 0.41 | 0.14 | 140.29 | 0.66 | 0.6 |
| Hex | 54 | DC | 82 | 3E | 0 | 29 | E | 8C | 42 | 3C |
| Octal | 124 | 334 | 202 | 76 | 0 | 51 | 16 | 214 | 102 | 74 |
| Binary | 1010100 | 11011100 | 10000010 | 111110 | 0 | 101001 | 1110 | 10001100 | 1000010 | 111100 |
Color Harmonies of #54DC82
Complementary color
Monochromatic Colors of #54DC82
Black with #54DC82
Text Example
Text Example
White with #54DC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DC82; }
p { color: rgb(84,220,130); }
H1.HeaderClassName
{
color: #54DC82;
}
.AnyTagClassName
{
color: #54DC82;
}
</style>
background-color css
<style>
a { background-color: #54DC82; }
a { background-color: rgb(84,220,130); }
div.DivClassName
{
background-color: #54DC82;
}
.BgClassName
{
background-color: #54DC82;
}
</style>
border-color css
<style>
span { border-color: #54DC82; }
span { border-color: rgb(84,220,130); }
td.TdClassName
{
border-color: #54DC82;
}
.TagClassName
{
border-color: #54DC82;
}
</style>