Shades of Emerald #54F694
Tints of Emerald #54F694
RGB
CMYK
RGB Variations
Color information
#54F694 (or 0x54F694) is known color: Emerald. HEX triplet: 54, F6 and 94. RGB value is (84,246,148). Sum of RGB (Red+Green+Blue) = 84+246+148=478 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.57% from 478); Green value is 246 (96.48% from 255 or 51.46% from 478); Blue value is 148 (58.20% from 255 or 30.96% from 478); Max value from RGB is 246 - color contains mainly: green. Hex color #54F694 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #54F694 is #AB096B. Grayscale: #BABABA. Windows color (decimal): -11209068 or 9762388. OLE color: 9762388.
HSL color Cylindrical-coordinate representation of color #54F694: hue angle of 143.7º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54F694 is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 246 | 148 | - |
| CMYK | 0.66 | 0 | 0.40 | 0.04 |
| HSL | 143.7º | 0.9% | 0.65% | - |
| HSV(B) | 143.7º | 0.66% | 0.96% | - |
| XYZ | 41.96 | 69.93 | 39.3 | - |
| YUV | 186.39 | 106.33 | 54.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 246 | 148 | 0.66 | 0 | 0.40 | 0.04 | 143.7 | 0.9 | 0.65 |
| Hex | 54 | F6 | 94 | 42 | 0 | 28 | 4 | 90 | 5A | 41 |
| Octal | 124 | 366 | 224 | 102 | 0 | 50 | 4 | 220 | 132 | 101 |
| Binary | 1010100 | 11110110 | 10010100 | 1000010 | 0 | 101000 | 100 | 10010000 | 1011010 | 1000001 |
Color Harmonies of #54F694
Complementary color
Monochromatic Colors of #54F694
Black with #54F694
Text Example
Text Example
White with #54F694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F694; }
p { color: rgb(84,246,148); }
H1.HeaderClassName
{
color: #54F694;
}
.AnyTagClassName
{
color: #54F694;
}
</style>
background-color css
<style>
a { background-color: #54F694; }
a { background-color: rgb(84,246,148); }
div.DivClassName
{
background-color: #54F694;
}
.BgClassName
{
background-color: #54F694;
}
</style>
border-color css
<style>
span { border-color: #54F694; }
span { border-color: rgb(84,246,148); }
td.TdClassName
{
border-color: #54F694;
}
.TagClassName
{
border-color: #54F694;
}
</style>