Shades of Emerald #54C785
Tints of Emerald #54C785
RGB
CMYK
RGB Variations
Color information
#54C785 (or 0x54C785) is known color: Emerald. HEX triplet: 54, C7 and 85. RGB value is (84,199,133). Sum of RGB (Red+Green+Blue) = 84+199+133=416 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.19% from 416); Green value is 199 (78.12% from 255 or 47.84% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 199 - color contains mainly: green. Hex color #54C785 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C785 is #AB387A. Grayscale: #9D9D9D. Windows color (decimal): -11221115 or 8767316. OLE color: 8767316.
HSL color Cylindrical-coordinate representation of color #54C785: hue angle of 145.57º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54C785 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 84 | 199 | 133 | - |
| CMYK | 0.58 | 0 | 0.33 | 0.22 |
| HSL | 145.57º | 0.51% | 0.55% | - |
| HSV(B) | 145.57º | 0.58% | 0.78% | - |
| XYZ | 28.31 | 44.43 | 29.27 | - |
| YUV | 157.09 | 114.4 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 199 | 133 | 0.58 | 0 | 0.33 | 0.22 | 145.57 | 0.51 | 0.55 |
| Hex | 54 | C7 | 85 | 3A | 0 | 21 | 16 | 92 | 33 | 37 |
| Octal | 124 | 307 | 205 | 72 | 0 | 41 | 26 | 222 | 63 | 67 |
| Binary | 1010100 | 11000111 | 10000101 | 111010 | 0 | 100001 | 10110 | 10010010 | 110011 | 110111 |
Color Harmonies of #54C785
Complementary color
Monochromatic Colors of #54C785
Black with #54C785
Text Example
Text Example
White with #54C785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C785; }
p { color: rgb(84,199,133); }
H1.HeaderClassName
{
color: #54C785;
}
.AnyTagClassName
{
color: #54C785;
}
</style>
background-color css
<style>
a { background-color: #54C785; }
a { background-color: rgb(84,199,133); }
div.DivClassName
{
background-color: #54C785;
}
.BgClassName
{
background-color: #54C785;
}
</style>
border-color css
<style>
span { border-color: #54C785; }
span { border-color: rgb(84,199,133); }
td.TdClassName
{
border-color: #54C785;
}
.TagClassName
{
border-color: #54C785;
}
</style>