Shades of Emerald #54C982
Tints of Emerald #54C982
RGB
CMYK
RGB Variations
Color information
#54C982 (or 0x54C982) is known color: Emerald. HEX triplet: 54, C9 and 82. RGB value is (84,201,130). Sum of RGB (Red+Green+Blue) = 84+201+130=415 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.24% from 415); Green value is 201 (78.91% from 255 or 48.43% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 201 - color contains mainly: green. Hex color #54C982 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C982 is #AB367D. Grayscale: #9E9E9E. Windows color (decimal): -11220606 or 8571220. OLE color: 8571220.
HSL color Cylindrical-coordinate representation of color #54C982: hue angle of 143.59º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54C982 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 201 | 130 | - |
| CMYK | 0.58 | 0 | 0.35 | 0.21 |
| HSL | 143.59º | 0.52% | 0.56% | - |
| HSV(B) | 143.59º | 0.58% | 0.79% | - |
| XYZ | 28.57 | 45.27 | 28.35 | - |
| YUV | 157.92 | 112.24 | 75.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 201 | 130 | 0.58 | 0 | 0.35 | 0.21 | 143.59 | 0.52 | 0.56 |
| Hex | 54 | C9 | 82 | 3A | 0 | 23 | 15 | 90 | 34 | 38 |
| Octal | 124 | 311 | 202 | 72 | 0 | 43 | 25 | 220 | 64 | 70 |
| Binary | 1010100 | 11001001 | 10000010 | 111010 | 0 | 100011 | 10101 | 10010000 | 110100 | 111000 |
Color Harmonies of #54C982
Complementary color
Monochromatic Colors of #54C982
Black with #54C982
Text Example
Text Example
White with #54C982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C982; }
p { color: rgb(84,201,130); }
H1.HeaderClassName
{
color: #54C982;
}
.AnyTagClassName
{
color: #54C982;
}
</style>
background-color css
<style>
a { background-color: #54C982; }
a { background-color: rgb(84,201,130); }
div.DivClassName
{
background-color: #54C982;
}
.BgClassName
{
background-color: #54C982;
}
</style>
border-color css
<style>
span { border-color: #54C982; }
span { border-color: rgb(84,201,130); }
td.TdClassName
{
border-color: #54C982;
}
.TagClassName
{
border-color: #54C982;
}
</style>