Shades of Emerald #54E975
Tints of Emerald #54E975
RGB
CMYK
RGB Variations
Color information
#54E975 (or 0x54E975) is known color: Emerald. HEX triplet: 54, E9 and 75. RGB value is (84,233,117). Sum of RGB (Red+Green+Blue) = 84+233+117=434 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.35% from 434); Green value is 233 (91.41% from 255 or 53.69% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 233 - color contains mainly: green. Hex color #54E975 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #54E975 is #AB168A. Grayscale: #AFAFAF. Windows color (decimal): -11212427 or 7727444. OLE color: 7727444.
HSL color Cylindrical-coordinate representation of color #54E975: hue angle of 133.29º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54E975 is Cyan = 0.64, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 84 | 233 | 117 | - |
| CMYK | 0.64 | 0 | 0.50 | 0.09 |
| HSL | 133.29º | 0.77% | 0.62% | - |
| HSV(B) | 133.29º | 0.64% | 0.91% | - |
| XYZ | 36.01 | 61.45 | 26.79 | - |
| YUV | 175.23 | 95.14 | 62.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 233 | 117 | 0.64 | 0 | 0.50 | 0.09 | 133.29 | 0.77 | 0.62 |
| Hex | 54 | E9 | 75 | 40 | 0 | 32 | 9 | 85 | 4D | 3E |
| Octal | 124 | 351 | 165 | 100 | 0 | 62 | 11 | 205 | 115 | 76 |
| Binary | 1010100 | 11101001 | 1110101 | 1000000 | 0 | 110010 | 1001 | 10000101 | 1001101 | 111110 |
Color Harmonies of #54E975
Complementary color
Monochromatic Colors of #54E975
Black with #54E975
Text Example
Text Example
White with #54E975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E975; }
p { color: rgb(84,233,117); }
H1.HeaderClassName
{
color: #54E975;
}
.AnyTagClassName
{
color: #54E975;
}
</style>
background-color css
<style>
a { background-color: #54E975; }
a { background-color: rgb(84,233,117); }
div.DivClassName
{
background-color: #54E975;
}
.BgClassName
{
background-color: #54E975;
}
</style>
border-color css
<style>
span { border-color: #54E975; }
span { border-color: rgb(84,233,117); }
td.TdClassName
{
border-color: #54E975;
}
.TagClassName
{
border-color: #54E975;
}
</style>