Shades of Emerald #54C16C
Tints of Emerald #54C16C
RGB
CMYK
RGB Variations
Color information
#54C16C (or 0x54C16C) is known color: Emerald. HEX triplet: 54, C1 and 6C. RGB value is (84,193,108). Sum of RGB (Red+Green+Blue) = 84+193+108=385 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.82% from 385); Green value is 193 (75.78% from 255 or 50.13% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 193 - color contains mainly: green. Hex color #54C16C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54C16C is #AB3E93. Grayscale: #969696. Windows color (decimal): -11222676 or 7127380. OLE color: 7127380.
HSL color Cylindrical-coordinate representation of color #54C16C: hue angle of 133.21º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54C16C is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 193 | 108 | - |
| CMYK | 0.56 | 0 | 0.44 | 0.24 |
| HSL | 133.21º | 0.47% | 0.54% | - |
| HSV(B) | 133.21º | 0.56% | 0.76% | - |
| XYZ | 25.43 | 41.11 | 20.78 | - |
| YUV | 150.72 | 103.89 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 193 | 108 | 0.56 | 0 | 0.44 | 0.24 | 133.21 | 0.47 | 0.54 |
| Hex | 54 | C1 | 6C | 38 | 0 | 2C | 18 | 85 | 2F | 36 |
| Octal | 124 | 301 | 154 | 70 | 0 | 54 | 30 | 205 | 57 | 66 |
| Binary | 1010100 | 11000001 | 1101100 | 111000 | 0 | 101100 | 11000 | 10000101 | 101111 | 110110 |
Color Harmonies of #54C16C
Complementary color
Monochromatic Colors of #54C16C
Black with #54C16C
Text Example
Text Example
White with #54C16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C16C; }
p { color: rgb(84,193,108); }
H1.HeaderClassName
{
color: #54C16C;
}
.AnyTagClassName
{
color: #54C16C;
}
</style>
background-color css
<style>
a { background-color: #54C16C; }
a { background-color: rgb(84,193,108); }
div.DivClassName
{
background-color: #54C16C;
}
.BgClassName
{
background-color: #54C16C;
}
</style>
border-color css
<style>
span { border-color: #54C16C; }
span { border-color: rgb(84,193,108); }
td.TdClassName
{
border-color: #54C16C;
}
.TagClassName
{
border-color: #54C16C;
}
</style>