Shades of Emerald #54DB91
Tints of Emerald #54DB91
RGB
CMYK
RGB Variations
Color information
#54DB91 (or 0x54DB91) is known color: Emerald. HEX triplet: 54, DB and 91. RGB value is (84,219,145). Sum of RGB (Red+Green+Blue) = 84+219+145=448 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.75% from 448); Green value is 219 (85.94% from 255 or 48.88% from 448); Blue value is 145 (57.03% from 255 or 32.37% from 448); Max value from RGB is 219 - color contains mainly: green. Hex color #54DB91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54DB91 is #AB246E. Grayscale: #AAAAAA. Windows color (decimal): -11215983 or 9558868. OLE color: 9558868.
HSL color Cylindrical-coordinate representation of color #54DB91: hue angle of 147.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 #54DB91 is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 219 | 145 | - |
| CMYK | 0.62 | 0 | 0.34 | 0.14 |
| HSL | 147.11º | 0.65% | 0.59% | - |
| HSV(B) | 147.11º | 0.62% | 0.86% | - |
| XYZ | 34.1 | 54.59 | 35.53 | - |
| YUV | 170.2 | 113.77 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 219 | 145 | 0.62 | 0 | 0.34 | 0.14 | 147.11 | 0.65 | 0.59 |
| Hex | 54 | DB | 91 | 3E | 0 | 22 | E | 93 | 41 | 3B |
| Octal | 124 | 333 | 221 | 76 | 0 | 42 | 16 | 223 | 101 | 73 |
| Binary | 1010100 | 11011011 | 10010001 | 111110 | 0 | 100010 | 1110 | 10010011 | 1000001 | 111011 |
Color Harmonies of #54DB91
Complementary color
Monochromatic Colors of #54DB91
Black with #54DB91
Text Example
Text Example
White with #54DB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DB91; }
p { color: rgb(84,219,145); }
H1.HeaderClassName
{
color: #54DB91;
}
.AnyTagClassName
{
color: #54DB91;
}
</style>
background-color css
<style>
a { background-color: #54DB91; }
a { background-color: rgb(84,219,145); }
div.DivClassName
{
background-color: #54DB91;
}
.BgClassName
{
background-color: #54DB91;
}
</style>
border-color css
<style>
span { border-color: #54DB91; }
span { border-color: rgb(84,219,145); }
td.TdClassName
{
border-color: #54DB91;
}
.TagClassName
{
border-color: #54DB91;
}
</style>