Shades of Emerald #54EE86
Tints of Emerald #54EE86
RGB
CMYK
RGB Variations
Color information
#54EE86 (or 0x54EE86) is known color: Emerald. HEX triplet: 54, EE and 86. RGB value is (84,238,134). Sum of RGB (Red+Green+Blue) = 84+238+134=456 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.42% from 456); Green value is 238 (93.36% from 255 or 52.19% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 238 - color contains mainly: green. Hex color #54EE86 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #54EE86 is #AB1179. Grayscale: #B4B4B4. Windows color (decimal): -11211130 or 8842836. OLE color: 8842836.
HSL color Cylindrical-coordinate representation of color #54EE86: hue angle of 139.48º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54EE86 is Cyan = 0.65, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 238 | 134 | - |
| CMYK | 0.65 | 0 | 0.44 | 0.07 |
| HSL | 139.48º | 0.82% | 0.63% | - |
| HSV(B) | 139.48º | 0.65% | 0.93% | - |
| XYZ | 38.53 | 64.76 | 33.02 | - |
| YUV | 180.1 | 101.98 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 238 | 134 | 0.65 | 0 | 0.44 | 0.07 | 139.48 | 0.82 | 0.63 |
| Hex | 54 | EE | 86 | 41 | 0 | 2C | 7 | 8B | 52 | 3F |
| Octal | 124 | 356 | 206 | 101 | 0 | 54 | 7 | 213 | 122 | 77 |
| Binary | 1010100 | 11101110 | 10000110 | 1000001 | 0 | 101100 | 111 | 10001011 | 1010010 | 111111 |
Color Harmonies of #54EE86
Complementary color
Monochromatic Colors of #54EE86
Black with #54EE86
Text Example
Text Example
White with #54EE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EE86; }
p { color: rgb(84,238,134); }
H1.HeaderClassName
{
color: #54EE86;
}
.AnyTagClassName
{
color: #54EE86;
}
</style>
background-color css
<style>
a { background-color: #54EE86; }
a { background-color: rgb(84,238,134); }
div.DivClassName
{
background-color: #54EE86;
}
.BgClassName
{
background-color: #54EE86;
}
</style>
border-color css
<style>
span { border-color: #54EE86; }
span { border-color: rgb(84,238,134); }
td.TdClassName
{
border-color: #54EE86;
}
.TagClassName
{
border-color: #54EE86;
}
</style>