Shades of Emerald #54DD83
Tints of Emerald #54DD83
RGB
CMYK
RGB Variations
Color information
#54DD83 (or 0x54DD83) is known color: Emerald. HEX triplet: 54, DD and 83. RGB value is (84,221,131). Sum of RGB (Red+Green+Blue) = 84+221+131=436 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.27% from 436); Green value is 221 (86.72% from 255 or 50.69% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 221 - color contains mainly: green. Hex color #54DD83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54DD83 is #AB227C. Grayscale: #A9A9A9. Windows color (decimal): -11215485 or 8641876. OLE color: 8641876.
HSL color Cylindrical-coordinate representation of color #54DD83: hue angle of 140.58º 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 #54DD83 is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 221 | 131 | - |
| CMYK | 0.62 | 0 | 0.41 | 0.13 |
| HSL | 140.58º | 0.67% | 0.6% | - |
| HSV(B) | 140.58º | 0.62% | 0.87% | - |
| XYZ | 33.61 | 55.24 | 30.36 | - |
| YUV | 169.78 | 106.11 | 66.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 221 | 131 | 0.62 | 0 | 0.41 | 0.13 | 140.58 | 0.67 | 0.6 |
| Hex | 54 | DD | 83 | 3E | 0 | 29 | D | 8D | 43 | 3C |
| Octal | 124 | 335 | 203 | 76 | 0 | 51 | 15 | 215 | 103 | 74 |
| Binary | 1010100 | 11011101 | 10000011 | 111110 | 0 | 101001 | 1101 | 10001101 | 1000011 | 111100 |
Color Harmonies of #54DD83
Complementary color
Monochromatic Colors of #54DD83
Black with #54DD83
Text Example
Text Example
White with #54DD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DD83; }
p { color: rgb(84,221,131); }
H1.HeaderClassName
{
color: #54DD83;
}
.AnyTagClassName
{
color: #54DD83;
}
</style>
background-color css
<style>
a { background-color: #54DD83; }
a { background-color: rgb(84,221,131); }
div.DivClassName
{
background-color: #54DD83;
}
.BgClassName
{
background-color: #54DD83;
}
</style>
border-color css
<style>
span { border-color: #54DD83; }
span { border-color: rgb(84,221,131); }
td.TdClassName
{
border-color: #54DD83;
}
.TagClassName
{
border-color: #54DD83;
}
</style>