Shades of Emerald #54C96A
Tints of Emerald #54C96A
RGB
CMYK
RGB Variations
Color information
#54C96A (or 0x54C96A) is known color: Emerald. HEX triplet: 54, C9 and 6A. RGB value is (84,201,106). Sum of RGB (Red+Green+Blue) = 84+201+106=391 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.48% from 391); Green value is 201 (78.91% from 255 or 51.41% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 201 - color contains mainly: green. Hex color #54C96A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54C96A is #AB3695. Grayscale: #9B9B9B. Windows color (decimal): -11220630 or 6998356. OLE color: 6998356.
HSL color Cylindrical-coordinate representation of color #54C96A: hue angle of 131.28º 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 #54C96A is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 201 | 106 | - |
| CMYK | 0.58 | 0 | 0.47 | 0.21 |
| HSL | 131.28º | 0.52% | 0.56% | - |
| HSV(B) | 131.28º | 0.58% | 0.79% | - |
| XYZ | 27.14 | 44.7 | 20.83 | - |
| YUV | 155.19 | 100.24 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 201 | 106 | 0.58 | 0 | 0.47 | 0.21 | 131.28 | 0.52 | 0.56 |
| Hex | 54 | C9 | 6A | 3A | 0 | 2F | 15 | 83 | 34 | 38 |
| Octal | 124 | 311 | 152 | 72 | 0 | 57 | 25 | 203 | 64 | 70 |
| Binary | 1010100 | 11001001 | 1101010 | 111010 | 0 | 101111 | 10101 | 10000011 | 110100 | 111000 |
Color Harmonies of #54C96A
Complementary color
Monochromatic Colors of #54C96A
Black with #54C96A
Text Example
Text Example
White with #54C96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C96A; }
p { color: rgb(84,201,106); }
H1.HeaderClassName
{
color: #54C96A;
}
.AnyTagClassName
{
color: #54C96A;
}
</style>
background-color css
<style>
a { background-color: #54C96A; }
a { background-color: rgb(84,201,106); }
div.DivClassName
{
background-color: #54C96A;
}
.BgClassName
{
background-color: #54C96A;
}
</style>
border-color css
<style>
span { border-color: #54C96A; }
span { border-color: rgb(84,201,106); }
td.TdClassName
{
border-color: #54C96A;
}
.TagClassName
{
border-color: #54C96A;
}
</style>