Shades of Emerald #54D26A
Tints of Emerald #54D26A
RGB
CMYK
RGB Variations
Color information
#54D26A (or 0x54D26A) is known color: Emerald. HEX triplet: 54, D2 and 6A. RGB value is (84,210,106). Sum of RGB (Red+Green+Blue) = 84+210+106=400 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21% from 400); Green value is 210 (82.42% from 255 or 52.5% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 210 - color contains mainly: green. Hex color #54D26A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54D26A is #AB2D95. Grayscale: #A0A0A0. Windows color (decimal): -11218326 or 7000660. OLE color: 7000660.
HSL color Cylindrical-coordinate representation of color #54D26A: hue angle of 130.48º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54D26A is Cyan = 0.6, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 84 | 210 | 106 | - |
| CMYK | 0.6 | 0 | 0.50 | 0.18 |
| HSL | 130.48º | 0.58% | 0.58% | - |
| HSV(B) | 130.48º | 0.6% | 0.82% | - |
| XYZ | 29.3 | 49.02 | 21.55 | - |
| YUV | 160.47 | 97.26 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 210 | 106 | 0.6 | 0 | 0.50 | 0.18 | 130.48 | 0.58 | 0.58 |
| Hex | 54 | D2 | 6A | 3C | 0 | 32 | 12 | 82 | 3A | 3A |
| Octal | 124 | 322 | 152 | 74 | 0 | 62 | 22 | 202 | 72 | 72 |
| Binary | 1010100 | 11010010 | 1101010 | 111100 | 0 | 110010 | 10010 | 10000010 | 111010 | 111010 |
Color Harmonies of #54D26A
Complementary color
Monochromatic Colors of #54D26A
Black with #54D26A
Text Example
Text Example
White with #54D26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D26A; }
p { color: rgb(84,210,106); }
H1.HeaderClassName
{
color: #54D26A;
}
.AnyTagClassName
{
color: #54D26A;
}
</style>
background-color css
<style>
a { background-color: #54D26A; }
a { background-color: rgb(84,210,106); }
div.DivClassName
{
background-color: #54D26A;
}
.BgClassName
{
background-color: #54D26A;
}
</style>
border-color css
<style>
span { border-color: #54D26A; }
span { border-color: rgb(84,210,106); }
td.TdClassName
{
border-color: #54D26A;
}
.TagClassName
{
border-color: #54D26A;
}
</style>