Shades of Emerald #54FA92
Tints of Emerald #54FA92
RGB
CMYK
RGB Variations
Color information
#54FA92 (or 0x54FA92) is known color: Emerald. HEX triplet: 54, FA and 92. RGB value is (84,250,146). Sum of RGB (Red+Green+Blue) = 84+250+146=480 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.5% from 480); Green value is 250 (98.05% from 255 or 52.08% from 480); Blue value is 146 (57.42% from 255 or 30.42% from 480); Max value from RGB is 250 - color contains mainly: green. Hex color #54FA92 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #54FA92 is #AB056D. Grayscale: #BCBCBC. Windows color (decimal): -11208046 or 9632340. OLE color: 9632340.
HSL color Cylindrical-coordinate representation of color #54FA92: hue angle of 142.41º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54FA92 is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 250 | 146 | - |
| CMYK | 0.66 | 0 | 0.42 | 0.02 |
| HSL | 142.41º | 0.94% | 0.65% | - |
| HSV(B) | 142.41º | 0.66% | 0.98% | - |
| XYZ | 43.03 | 72.33 | 38.89 | - |
| YUV | 188.51 | 104 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 250 | 146 | 0.66 | 0 | 0.42 | 0.02 | 142.41 | 0.94 | 0.65 |
| Hex | 54 | FA | 92 | 42 | 0 | 2A | 2 | 8E | 5E | 41 |
| Octal | 124 | 372 | 222 | 102 | 0 | 52 | 2 | 216 | 136 | 101 |
| Binary | 1010100 | 11111010 | 10010010 | 1000010 | 0 | 101010 | 10 | 10001110 | 1011110 | 1000001 |
Color Harmonies of #54FA92
Complementary color
Monochromatic Colors of #54FA92
Black with #54FA92
Text Example
Text Example
White with #54FA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FA92; }
p { color: rgb(84,250,146); }
H1.HeaderClassName
{
color: #54FA92;
}
.AnyTagClassName
{
color: #54FA92;
}
</style>
background-color css
<style>
a { background-color: #54FA92; }
a { background-color: rgb(84,250,146); }
div.DivClassName
{
background-color: #54FA92;
}
.BgClassName
{
background-color: #54FA92;
}
</style>
border-color css
<style>
span { border-color: #54FA92; }
span { border-color: rgb(84,250,146); }
td.TdClassName
{
border-color: #54FA92;
}
.TagClassName
{
border-color: #54FA92;
}
</style>