Shades of Emerald #54DA74
Tints of Emerald #54DA74
RGB
CMYK
RGB Variations
Color information
#54DA74 (or 0x54DA74) is known color: Emerald. HEX triplet: 54, DA and 74. RGB value is (84,218,116). Sum of RGB (Red+Green+Blue) = 84+218+116=418 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.10% from 418); Green value is 218 (85.55% from 255 or 52.15% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 218 - color contains mainly: green. Hex color #54DA74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54DA74 is #AB258B. Grayscale: #A6A6A6. Windows color (decimal): -11216268 or 7658068. OLE color: 7658068.
HSL color Cylindrical-coordinate representation of color #54DA74: hue angle of 134.33º 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 #54DA74 is Cyan = 0.61, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 218 | 116 | - |
| CMYK | 0.61 | 0 | 0.47 | 0.15 |
| HSL | 134.33º | 0.64% | 0.59% | - |
| HSV(B) | 134.33º | 0.61% | 0.85% | - |
| XYZ | 31.88 | 53.29 | 25.13 | - |
| YUV | 166.31 | 99.61 | 69.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 218 | 116 | 0.61 | 0 | 0.47 | 0.15 | 134.33 | 0.64 | 0.59 |
| Hex | 54 | DA | 74 | 3D | 0 | 2F | F | 86 | 40 | 3B |
| Octal | 124 | 332 | 164 | 75 | 0 | 57 | 17 | 206 | 100 | 73 |
| Binary | 1010100 | 11011010 | 1110100 | 111101 | 0 | 101111 | 1111 | 10000110 | 1000000 | 111011 |
Color Harmonies of #54DA74
Complementary color
Monochromatic Colors of #54DA74
Black with #54DA74
Text Example
Text Example
White with #54DA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DA74; }
p { color: rgb(84,218,116); }
H1.HeaderClassName
{
color: #54DA74;
}
.AnyTagClassName
{
color: #54DA74;
}
</style>
background-color css
<style>
a { background-color: #54DA74; }
a { background-color: rgb(84,218,116); }
div.DivClassName
{
background-color: #54DA74;
}
.BgClassName
{
background-color: #54DA74;
}
</style>
border-color css
<style>
span { border-color: #54DA74; }
span { border-color: rgb(84,218,116); }
td.TdClassName
{
border-color: #54DA74;
}
.TagClassName
{
border-color: #54DA74;
}
</style>