Shades of Emerald #54DA80
Tints of Emerald #54DA80
RGB
CMYK
RGB Variations
Color information
#54DA80 (or 0x54DA80) is known color: Emerald. HEX triplet: 54, DA and 80. RGB value is (84,218,128). Sum of RGB (Red+Green+Blue) = 84+218+128=430 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.53% from 430); Green value is 218 (85.55% from 255 or 50.70% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 218 - color contains mainly: green. Hex color #54DA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54DA80 is #AB257F. Grayscale: #A7A7A7. Windows color (decimal): -11216256 or 8444500. OLE color: 8444500.
HSL color Cylindrical-coordinate representation of color #54DA80: hue angle of 139.7º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54DA80 is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 218 | 128 | - |
| CMYK | 0.61 | 0 | 0.41 | 0.15 |
| HSL | 139.7º | 0.64% | 0.59% | - |
| HSV(B) | 139.7º | 0.61% | 0.85% | - |
| XYZ | 32.62 | 53.59 | 29.05 | - |
| YUV | 167.67 | 105.61 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 218 | 128 | 0.61 | 0 | 0.41 | 0.15 | 139.7 | 0.64 | 0.59 |
| Hex | 54 | DA | 80 | 3D | 0 | 29 | F | 8C | 40 | 3B |
| Octal | 124 | 332 | 200 | 75 | 0 | 51 | 17 | 214 | 100 | 73 |
| Binary | 1010100 | 11011010 | 10000000 | 111101 | 0 | 101001 | 1111 | 10001100 | 1000000 | 111011 |
Color Harmonies of #54DA80
Complementary color
Monochromatic Colors of #54DA80
Black with #54DA80
Text Example
Text Example
White with #54DA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DA80; }
p { color: rgb(84,218,128); }
H1.HeaderClassName
{
color: #54DA80;
}
.AnyTagClassName
{
color: #54DA80;
}
</style>
background-color css
<style>
a { background-color: #54DA80; }
a { background-color: rgb(84,218,128); }
div.DivClassName
{
background-color: #54DA80;
}
.BgClassName
{
background-color: #54DA80;
}
</style>
border-color css
<style>
span { border-color: #54DA80; }
span { border-color: rgb(84,218,128); }
td.TdClassName
{
border-color: #54DA80;
}
.TagClassName
{
border-color: #54DA80;
}
</style>