Shades of Emerald #54E085
Tints of Emerald #54E085
RGB
CMYK
RGB Variations
Color information
#54E085 (or 0x54E085) is known color: Emerald. HEX triplet: 54, E0 and 85. RGB value is (84,224,133). Sum of RGB (Red+Green+Blue) = 84+224+133=441 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.05% from 441); Green value is 224 (87.89% from 255 or 50.79% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 224 - color contains mainly: green. Hex color #54E085 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54E085 is #AB1F7A. Grayscale: #ABABAB. Windows color (decimal): -11214715 or 8773716. OLE color: 8773716.
HSL color Cylindrical-coordinate representation of color #54E085: hue angle of 141º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54E085 is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 224 | 133 | - |
| CMYK | 0.62 | 0 | 0.41 | 0.12 |
| HSL | 141º | 0.69% | 0.6% | - |
| HSV(B) | 141º | 0.63% | 0.88% | - |
| XYZ | 34.55 | 56.89 | 31.35 | - |
| YUV | 171.77 | 106.12 | 65.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 224 | 133 | 0.62 | 0 | 0.41 | 0.12 | 141 | 0.69 | 0.6 |
| Hex | 54 | E0 | 85 | 3E | 0 | 29 | C | 8D | 45 | 3C |
| Octal | 124 | 340 | 205 | 76 | 0 | 51 | 14 | 215 | 105 | 74 |
| Binary | 1010100 | 11100000 | 10000101 | 111110 | 0 | 101001 | 1100 | 10001101 | 1000101 | 111100 |
Color Harmonies of #54E085
Complementary color
Monochromatic Colors of #54E085
Black with #54E085
Text Example
Text Example
White with #54E085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E085; }
p { color: rgb(84,224,133); }
H1.HeaderClassName
{
color: #54E085;
}
.AnyTagClassName
{
color: #54E085;
}
</style>
background-color css
<style>
a { background-color: #54E085; }
a { background-color: rgb(84,224,133); }
div.DivClassName
{
background-color: #54E085;
}
.BgClassName
{
background-color: #54E085;
}
</style>
border-color css
<style>
span { border-color: #54E085; }
span { border-color: rgb(84,224,133); }
td.TdClassName
{
border-color: #54E085;
}
.TagClassName
{
border-color: #54E085;
}
</style>