Shades of Emerald #54DA64
Tints of Emerald #54DA64
RGB
CMYK
RGB Variations
Color information
#54DA64 (or 0x54DA64) is known color: Emerald. HEX triplet: 54, DA and 64. RGB value is (84,218,100). Sum of RGB (Red+Green+Blue) = 84+218+100=402 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.90% from 402); Green value is 218 (85.55% from 255 or 54.23% from 402); Blue value is 100 (39.45% from 255 or 24.88% from 402); Max value from RGB is 218 - color contains mainly: green. Hex color #54DA64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54DA64 is #AB259B. Grayscale: #A4A4A4. Windows color (decimal): -11216284 or 6609492. OLE color: 6609492.
HSL color Cylindrical-coordinate representation of color #54DA64: hue angle of 127.16º 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 #54DA64 is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 218 | 100 | - |
| CMYK | 0.61 | 0 | 0.54 | 0.15 |
| HSL | 127.16º | 0.64% | 0.59% | - |
| HSV(B) | 127.16º | 0.61% | 0.85% | - |
| XYZ | 31.03 | 52.95 | 20.64 | - |
| YUV | 164.48 | 91.61 | 70.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 218 | 100 | 0.61 | 0 | 0.54 | 0.15 | 127.16 | 0.64 | 0.59 |
| Hex | 54 | DA | 64 | 3D | 0 | 36 | F | 7F | 40 | 3B |
| Octal | 124 | 332 | 144 | 75 | 0 | 66 | 17 | 177 | 100 | 73 |
| Binary | 1010100 | 11011010 | 1100100 | 111101 | 0 | 110110 | 1111 | 1111111 | 1000000 | 111011 |
Color Harmonies of #54DA64
Complementary color
Monochromatic Colors of #54DA64
Black with #54DA64
Text Example
Text Example
White with #54DA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DA64; }
p { color: rgb(84,218,100); }
H1.HeaderClassName
{
color: #54DA64;
}
.AnyTagClassName
{
color: #54DA64;
}
</style>
background-color css
<style>
a { background-color: #54DA64; }
a { background-color: rgb(84,218,100); }
div.DivClassName
{
background-color: #54DA64;
}
.BgClassName
{
background-color: #54DA64;
}
</style>
border-color css
<style>
span { border-color: #54DA64; }
span { border-color: rgb(84,218,100); }
td.TdClassName
{
border-color: #54DA64;
}
.TagClassName
{
border-color: #54DA64;
}
</style>