Shades of Emerald #54DC90
Tints of Emerald #54DC90
RGB
CMYK
RGB Variations
Color information
#54DC90 (or 0x54DC90) is known color: Emerald. HEX triplet: 54, DC and 90. RGB value is (84,220,144). Sum of RGB (Red+Green+Blue) = 84+220+144=448 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.75% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #54DC90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54DC90 is #AB236F. Grayscale: #AAAAAA. Windows color (decimal): -11215728 or 9493588. OLE color: 9493588.
HSL color Cylindrical-coordinate representation of color #54DC90: hue angle of 146.47º 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 #54DC90 is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 220 | 144 | - |
| CMYK | 0.62 | 0 | 0.35 | 0.14 |
| HSL | 146.47º | 0.66% | 0.6% | - |
| HSV(B) | 146.47º | 0.62% | 0.86% | - |
| XYZ | 34.28 | 55.08 | 35.21 | - |
| YUV | 170.67 | 112.94 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 220 | 144 | 0.62 | 0 | 0.35 | 0.14 | 146.47 | 0.66 | 0.6 |
| Hex | 54 | DC | 90 | 3E | 0 | 23 | E | 92 | 42 | 3C |
| Octal | 124 | 334 | 220 | 76 | 0 | 43 | 16 | 222 | 102 | 74 |
| Binary | 1010100 | 11011100 | 10010000 | 111110 | 0 | 100011 | 1110 | 10010010 | 1000010 | 111100 |
Color Harmonies of #54DC90
Complementary color
Monochromatic Colors of #54DC90
Black with #54DC90
Text Example
Text Example
White with #54DC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DC90; }
p { color: rgb(84,220,144); }
H1.HeaderClassName
{
color: #54DC90;
}
.AnyTagClassName
{
color: #54DC90;
}
</style>
background-color css
<style>
a { background-color: #54DC90; }
a { background-color: rgb(84,220,144); }
div.DivClassName
{
background-color: #54DC90;
}
.BgClassName
{
background-color: #54DC90;
}
</style>
border-color css
<style>
span { border-color: #54DC90; }
span { border-color: rgb(84,220,144); }
td.TdClassName
{
border-color: #54DC90;
}
.TagClassName
{
border-color: #54DC90;
}
</style>