Shades of Emerald #54C26A
Tints of Emerald #54C26A
RGB
CMYK
RGB Variations
Color information
#54C26A (or 0x54C26A) is known color: Emerald. HEX triplet: 54, C2 and 6A. RGB value is (84,194,106). Sum of RGB (Red+Green+Blue) = 84+194+106=384 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.88% from 384); Green value is 194 (76.17% from 255 or 50.52% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 194 - color contains mainly: green. Hex color #54C26A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54C26A is #AB3D95. Grayscale: #979797. Windows color (decimal): -11222422 or 6996564. OLE color: 6996564.
HSL color Cylindrical-coordinate representation of color #54C26A: hue angle of 132º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54C26A is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 194 | 106 | - |
| CMYK | 0.57 | 0 | 0.45 | 0.24 |
| HSL | 132º | 0.47% | 0.55% | - |
| HSV(B) | 132º | 0.57% | 0.76% | - |
| XYZ | 25.55 | 41.51 | 20.3 | - |
| YUV | 151.08 | 102.56 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 194 | 106 | 0.57 | 0 | 0.45 | 0.24 | 132 | 0.47 | 0.55 |
| Hex | 54 | C2 | 6A | 39 | 0 | 2D | 18 | 84 | 2F | 37 |
| Octal | 124 | 302 | 152 | 71 | 0 | 55 | 30 | 204 | 57 | 67 |
| Binary | 1010100 | 11000010 | 1101010 | 111001 | 0 | 101101 | 11000 | 10000100 | 101111 | 110111 |
Color Harmonies of #54C26A
Complementary color
Monochromatic Colors of #54C26A
Black with #54C26A
Text Example
Text Example
White with #54C26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C26A; }
p { color: rgb(84,194,106); }
H1.HeaderClassName
{
color: #54C26A;
}
.AnyTagClassName
{
color: #54C26A;
}
</style>
background-color css
<style>
a { background-color: #54C26A; }
a { background-color: rgb(84,194,106); }
div.DivClassName
{
background-color: #54C26A;
}
.BgClassName
{
background-color: #54C26A;
}
</style>
border-color css
<style>
span { border-color: #54C26A; }
span { border-color: rgb(84,194,106); }
td.TdClassName
{
border-color: #54C26A;
}
.TagClassName
{
border-color: #54C26A;
}
</style>