Shades of Emerald #54EA90
Tints of Emerald #54EA90
RGB
CMYK
RGB Variations
Color information
#54EA90 (or 0x54EA90) is known color: Emerald. HEX triplet: 54, EA and 90. RGB value is (84,234,144). Sum of RGB (Red+Green+Blue) = 84+234+144=462 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.18% from 462); Green value is 234 (91.80% from 255 or 50.65% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 234 - color contains mainly: green. Hex color #54EA90 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #54EA90 is #AB156F. Grayscale: #B3B3B3. Windows color (decimal): -11212144 or 9497172. OLE color: 9497172.
HSL color Cylindrical-coordinate representation of color #54EA90: hue angle of 144º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54EA90 is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 234 | 144 | - |
| CMYK | 0.64 | 0 | 0.38 | 0.08 |
| HSL | 144º | 0.78% | 0.62% | - |
| HSV(B) | 144º | 0.64% | 0.92% | - |
| XYZ | 38.11 | 62.74 | 36.49 | - |
| YUV | 178.89 | 108.31 | 60.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 234 | 144 | 0.64 | 0 | 0.38 | 0.08 | 144 | 0.78 | 0.62 |
| Hex | 54 | EA | 90 | 40 | 0 | 26 | 8 | 90 | 4E | 3E |
| Octal | 124 | 352 | 220 | 100 | 0 | 46 | 10 | 220 | 116 | 76 |
| Binary | 1010100 | 11101010 | 10010000 | 1000000 | 0 | 100110 | 1000 | 10010000 | 1001110 | 111110 |
Color Harmonies of #54EA90
Complementary color
Monochromatic Colors of #54EA90
Black with #54EA90
Text Example
Text Example
White with #54EA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EA90; }
p { color: rgb(84,234,144); }
H1.HeaderClassName
{
color: #54EA90;
}
.AnyTagClassName
{
color: #54EA90;
}
</style>
background-color css
<style>
a { background-color: #54EA90; }
a { background-color: rgb(84,234,144); }
div.DivClassName
{
background-color: #54EA90;
}
.BgClassName
{
background-color: #54EA90;
}
</style>
border-color css
<style>
span { border-color: #54EA90; }
span { border-color: rgb(84,234,144); }
td.TdClassName
{
border-color: #54EA90;
}
.TagClassName
{
border-color: #54EA90;
}
</style>