Shades of Emerald #54E685
Tints of Emerald #54E685
RGB
CMYK
RGB Variations
Color information
#54E685 (or 0x54E685) is known color: Emerald. HEX triplet: 54, E6 and 85. RGB value is (84,230,133). Sum of RGB (Red+Green+Blue) = 84+230+133=447 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.79% from 447); Green value is 230 (90.23% from 255 or 51.45% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 230 - color contains mainly: green. Hex color #54E685 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #54E685 is #AB197A. Grayscale: #AFAFAF. Windows color (decimal): -11213179 or 8775252. OLE color: 8775252.
HSL color Cylindrical-coordinate representation of color #54E685: hue angle of 140.14º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54E685 is Cyan = 0.63, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 230 | 133 | - |
| CMYK | 0.63 | 0 | 0.42 | 0.10 |
| HSL | 140.14º | 0.74% | 0.62% | - |
| HSV(B) | 140.14º | 0.63% | 0.9% | - |
| XYZ | 36.19 | 60.17 | 31.9 | - |
| YUV | 175.29 | 104.13 | 62.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 230 | 133 | 0.63 | 0 | 0.42 | 0.10 | 140.14 | 0.74 | 0.62 |
| Hex | 54 | E6 | 85 | 3F | 0 | 2A | A | 8C | 4A | 3E |
| Octal | 124 | 346 | 205 | 77 | 0 | 52 | 12 | 214 | 112 | 76 |
| Binary | 1010100 | 11100110 | 10000101 | 111111 | 0 | 101010 | 1010 | 10001100 | 1001010 | 111110 |
Color Harmonies of #54E685
Complementary color
Monochromatic Colors of #54E685
Black with #54E685
Text Example
Text Example
White with #54E685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E685; }
p { color: rgb(84,230,133); }
H1.HeaderClassName
{
color: #54E685;
}
.AnyTagClassName
{
color: #54E685;
}
</style>
background-color css
<style>
a { background-color: #54E685; }
a { background-color: rgb(84,230,133); }
div.DivClassName
{
background-color: #54E685;
}
.BgClassName
{
background-color: #54E685;
}
</style>
border-color css
<style>
span { border-color: #54E685; }
span { border-color: rgb(84,230,133); }
td.TdClassName
{
border-color: #54E685;
}
.TagClassName
{
border-color: #54E685;
}
</style>