Shades of Emerald #54D985
Tints of Emerald #54D985
RGB
CMYK
RGB Variations
Color information
#54D985 (or 0x54D985) is known color: Emerald. HEX triplet: 54, D9 and 85. RGB value is (84,217,133). Sum of RGB (Red+Green+Blue) = 84+217+133=434 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.35% from 434); Green value is 217 (85.16% from 255 or 50% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 217 - color contains mainly: green. Hex color #54D985 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54D985 is #AB267A. Grayscale: #A7A7A7. Windows color (decimal): -11216507 or 8771924. OLE color: 8771924.
HSL color Cylindrical-coordinate representation of color #54D985: hue angle of 142.11º 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 #54D985 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 217 | 133 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.15 |
| HSL | 142.11º | 0.64% | 0.59% | - |
| HSV(B) | 142.11º | 0.61% | 0.85% | - |
| XYZ | 32.7 | 53.2 | 30.74 | - |
| YUV | 167.66 | 108.44 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 217 | 133 | 0.61 | 0 | 0.39 | 0.15 | 142.11 | 0.64 | 0.59 |
| Hex | 54 | D9 | 85 | 3D | 0 | 27 | F | 8E | 40 | 3B |
| Octal | 124 | 331 | 205 | 75 | 0 | 47 | 17 | 216 | 100 | 73 |
| Binary | 1010100 | 11011001 | 10000101 | 111101 | 0 | 100111 | 1111 | 10001110 | 1000000 | 111011 |
Color Harmonies of #54D985
Complementary color
Monochromatic Colors of #54D985
Black with #54D985
Text Example
Text Example
White with #54D985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D985; }
p { color: rgb(84,217,133); }
H1.HeaderClassName
{
color: #54D985;
}
.AnyTagClassName
{
color: #54D985;
}
</style>
background-color css
<style>
a { background-color: #54D985; }
a { background-color: rgb(84,217,133); }
div.DivClassName
{
background-color: #54D985;
}
.BgClassName
{
background-color: #54D985;
}
</style>
border-color css
<style>
span { border-color: #54D985; }
span { border-color: rgb(84,217,133); }
td.TdClassName
{
border-color: #54D985;
}
.TagClassName
{
border-color: #54D985;
}
</style>