Shades of Emerald #54CE85
Tints of Emerald #54CE85
RGB
CMYK
RGB Variations
Color information
#54CE85 (or 0x54CE85) is known color: Emerald. HEX triplet: 54, CE and 85. RGB value is (84,206,133). Sum of RGB (Red+Green+Blue) = 84+206+133=423 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.86% from 423); Green value is 206 (80.86% from 255 or 48.70% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 206 - color contains mainly: green. Hex color #54CE85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54CE85 is #AB317A. Grayscale: #A1A1A1. Windows color (decimal): -11219323 or 8769108. OLE color: 8769108.
HSL color Cylindrical-coordinate representation of color #54CE85: hue angle of 144.1º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54CE85 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 206 | 133 | - |
| CMYK | 0.59 | 0 | 0.35 | 0.19 |
| HSL | 144.1º | 0.55% | 0.57% | - |
| HSV(B) | 144.1º | 0.59% | 0.81% | - |
| XYZ | 29.96 | 47.72 | 29.82 | - |
| YUV | 161.2 | 112.08 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 206 | 133 | 0.59 | 0 | 0.35 | 0.19 | 144.1 | 0.55 | 0.57 |
| Hex | 54 | CE | 85 | 3B | 0 | 23 | 13 | 90 | 37 | 39 |
| Octal | 124 | 316 | 205 | 73 | 0 | 43 | 23 | 220 | 67 | 71 |
| Binary | 1010100 | 11001110 | 10000101 | 111011 | 0 | 100011 | 10011 | 10010000 | 110111 | 111001 |
Color Harmonies of #54CE85
Complementary color
Monochromatic Colors of #54CE85
Black with #54CE85
Text Example
Text Example
White with #54CE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CE85; }
p { color: rgb(84,206,133); }
H1.HeaderClassName
{
color: #54CE85;
}
.AnyTagClassName
{
color: #54CE85;
}
</style>
background-color css
<style>
a { background-color: #54CE85; }
a { background-color: rgb(84,206,133); }
div.DivClassName
{
background-color: #54CE85;
}
.BgClassName
{
background-color: #54CE85;
}
</style>
border-color css
<style>
span { border-color: #54CE85; }
span { border-color: rgb(84,206,133); }
td.TdClassName
{
border-color: #54CE85;
}
.TagClassName
{
border-color: #54CE85;
}
</style>