Shades of Emerald #54FA91
Tints of Emerald #54FA91
RGB
CMYK
RGB Variations
Color information
#54FA91 (or 0x54FA91) is known color: Emerald. HEX triplet: 54, FA and 91. RGB value is (84,250,145). Sum of RGB (Red+Green+Blue) = 84+250+145=479 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.54% from 479); Green value is 250 (98.05% from 255 or 52.19% from 479); Blue value is 145 (57.03% from 255 or 30.27% from 479); Max value from RGB is 250 - color contains mainly: green. Hex color #54FA91 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #54FA91 is #AB056E. Grayscale: #BCBCBC. Windows color (decimal): -11208047 or 9566804. OLE color: 9566804.
HSL color Cylindrical-coordinate representation of color #54FA91: hue angle of 142.05º 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 #54FA91 is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 250 | 145 | - |
| CMYK | 0.66 | 0 | 0.42 | 0.02 |
| HSL | 142.05º | 0.94% | 0.65% | - |
| HSV(B) | 142.05º | 0.66% | 0.98% | - |
| XYZ | 42.95 | 72.3 | 38.48 | - |
| YUV | 188.4 | 103.5 | 53.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 250 | 145 | 0.66 | 0 | 0.42 | 0.02 | 142.05 | 0.94 | 0.65 |
| Hex | 54 | FA | 91 | 42 | 0 | 2A | 2 | 8E | 5E | 41 |
| Octal | 124 | 372 | 221 | 102 | 0 | 52 | 2 | 216 | 136 | 101 |
| Binary | 1010100 | 11111010 | 10010001 | 1000010 | 0 | 101010 | 10 | 10001110 | 1011110 | 1000001 |
Color Harmonies of #54FA91
Complementary color
Monochromatic Colors of #54FA91
Black with #54FA91
Text Example
Text Example
White with #54FA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FA91; }
p { color: rgb(84,250,145); }
H1.HeaderClassName
{
color: #54FA91;
}
.AnyTagClassName
{
color: #54FA91;
}
</style>
background-color css
<style>
a { background-color: #54FA91; }
a { background-color: rgb(84,250,145); }
div.DivClassName
{
background-color: #54FA91;
}
.BgClassName
{
background-color: #54FA91;
}
</style>
border-color css
<style>
span { border-color: #54FA91; }
span { border-color: rgb(84,250,145); }
td.TdClassName
{
border-color: #54FA91;
}
.TagClassName
{
border-color: #54FA91;
}
</style>