Shades of Emerald #54DB76
Tints of Emerald #54DB76
RGB
CMYK
RGB Variations
Color information
#54DB76 (or 0x54DB76) is known color: Emerald. HEX triplet: 54, DB and 76. RGB value is (84,219,118). Sum of RGB (Red+Green+Blue) = 84+219+118=421 (55% of max value = 765). Red value is 84 (33.20% from 255 or 19.95% from 421); Green value is 219 (85.94% from 255 or 52.02% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 219 - color contains mainly: green. Hex color #54DB76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54DB76 is #AB2489. Grayscale: #A7A7A7. Windows color (decimal): -11216010 or 7789396. OLE color: 7789396.
HSL color Cylindrical-coordinate representation of color #54DB76: hue angle of 135.11º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54DB76 is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 219 | 118 | - |
| CMYK | 0.62 | 0 | 0.46 | 0.14 |
| HSL | 135.11º | 0.65% | 0.59% | - |
| HSV(B) | 135.11º | 0.62% | 0.86% | - |
| XYZ | 32.26 | 53.86 | 25.83 | - |
| YUV | 167.12 | 100.27 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 219 | 118 | 0.62 | 0 | 0.46 | 0.14 | 135.11 | 0.65 | 0.59 |
| Hex | 54 | DB | 76 | 3E | 0 | 2E | E | 87 | 41 | 3B |
| Octal | 124 | 333 | 166 | 76 | 0 | 56 | 16 | 207 | 101 | 73 |
| Binary | 1010100 | 11011011 | 1110110 | 111110 | 0 | 101110 | 1110 | 10000111 | 1000001 | 111011 |
Color Harmonies of #54DB76
Complementary color
Monochromatic Colors of #54DB76
Black with #54DB76
Text Example
Text Example
White with #54DB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DB76; }
p { color: rgb(84,219,118); }
H1.HeaderClassName
{
color: #54DB76;
}
.AnyTagClassName
{
color: #54DB76;
}
</style>
background-color css
<style>
a { background-color: #54DB76; }
a { background-color: rgb(84,219,118); }
div.DivClassName
{
background-color: #54DB76;
}
.BgClassName
{
background-color: #54DB76;
}
</style>
border-color css
<style>
span { border-color: #54DB76; }
span { border-color: rgb(84,219,118); }
td.TdClassName
{
border-color: #54DB76;
}
.TagClassName
{
border-color: #54DB76;
}
</style>