Shades of Emerald #54DF70
Tints of Emerald #54DF70
RGB
CMYK
RGB Variations
Color information
#54DF70 (or 0x54DF70) is known color: Emerald. HEX triplet: 54, DF and 70. RGB value is (84,223,112). Sum of RGB (Red+Green+Blue) = 84+223+112=419 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.05% from 419); Green value is 223 (87.5% from 255 or 53.22% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 223 - color contains mainly: green. Hex color #54DF70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54DF70 is #AB208F. Grayscale: #A9A9A9. Windows color (decimal): -11214992 or 7397204. OLE color: 7397204.
HSL color Cylindrical-coordinate representation of color #54DF70: hue angle of 132.09º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54DF70 is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 223 | 112 | - |
| CMYK | 0.62 | 0 | 0.50 | 0.13 |
| HSL | 132.09º | 0.68% | 0.6% | - |
| HSV(B) | 132.09º | 0.62% | 0.87% | - |
| XYZ | 32.97 | 55.83 | 24.37 | - |
| YUV | 168.79 | 95.95 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 223 | 112 | 0.62 | 0 | 0.50 | 0.13 | 132.09 | 0.68 | 0.6 |
| Hex | 54 | DF | 70 | 3E | 0 | 32 | D | 84 | 44 | 3C |
| Octal | 124 | 337 | 160 | 76 | 0 | 62 | 15 | 204 | 104 | 74 |
| Binary | 1010100 | 11011111 | 1110000 | 111110 | 0 | 110010 | 1101 | 10000100 | 1000100 | 111100 |
Color Harmonies of #54DF70
Complementary color
Monochromatic Colors of #54DF70
Black with #54DF70
Text Example
Text Example
White with #54DF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DF70; }
p { color: rgb(84,223,112); }
H1.HeaderClassName
{
color: #54DF70;
}
.AnyTagClassName
{
color: #54DF70;
}
</style>
background-color css
<style>
a { background-color: #54DF70; }
a { background-color: rgb(84,223,112); }
div.DivClassName
{
background-color: #54DF70;
}
.BgClassName
{
background-color: #54DF70;
}
</style>
border-color css
<style>
span { border-color: #54DF70; }
span { border-color: rgb(84,223,112); }
td.TdClassName
{
border-color: #54DF70;
}
.TagClassName
{
border-color: #54DF70;
}
</style>