Shades of Emerald #54DD71
Tints of Emerald #54DD71
RGB
CMYK
RGB Variations
Color information
#54DD71 (or 0x54DD71) is known color: Emerald. HEX triplet: 54, DD and 71. RGB value is (84,221,113). Sum of RGB (Red+Green+Blue) = 84+221+113=418 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.10% from 418); Green value is 221 (86.72% from 255 or 52.87% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 221 - color contains mainly: green. Hex color #54DD71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54DD71 is #AB228E. Grayscale: #A8A8A8. Windows color (decimal): -11215503 or 7462228. OLE color: 7462228.
HSL color Cylindrical-coordinate representation of color #54DD71: hue angle of 132.7º degrees, saturation: 0.67, 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 #54DD71 is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 221 | 113 | - |
| CMYK | 0.62 | 0 | 0.49 | 0.13 |
| HSL | 132.7º | 0.67% | 0.6% | - |
| HSV(B) | 132.7º | 0.62% | 0.87% | - |
| XYZ | 32.49 | 54.79 | 24.49 | - |
| YUV | 167.73 | 97.11 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 221 | 113 | 0.62 | 0 | 0.49 | 0.13 | 132.7 | 0.67 | 0.6 |
| Hex | 54 | DD | 71 | 3E | 0 | 31 | D | 85 | 43 | 3C |
| Octal | 124 | 335 | 161 | 76 | 0 | 61 | 15 | 205 | 103 | 74 |
| Binary | 1010100 | 11011101 | 1110001 | 111110 | 0 | 110001 | 1101 | 10000101 | 1000011 | 111100 |
Color Harmonies of #54DD71
Complementary color
Monochromatic Colors of #54DD71
Black with #54DD71
Text Example
Text Example
White with #54DD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DD71; }
p { color: rgb(84,221,113); }
H1.HeaderClassName
{
color: #54DD71;
}
.AnyTagClassName
{
color: #54DD71;
}
</style>
background-color css
<style>
a { background-color: #54DD71; }
a { background-color: rgb(84,221,113); }
div.DivClassName
{
background-color: #54DD71;
}
.BgClassName
{
background-color: #54DD71;
}
</style>
border-color css
<style>
span { border-color: #54DD71; }
span { border-color: rgb(84,221,113); }
td.TdClassName
{
border-color: #54DD71;
}
.TagClassName
{
border-color: #54DD71;
}
</style>