Shades of Emerald #54C06F
Tints of Emerald #54C06F
RGB
CMYK
RGB Variations
Color information
#54C06F (or 0x54C06F) is known color: Emerald. HEX triplet: 54, C0 and 6F. RGB value is (84,192,111). Sum of RGB (Red+Green+Blue) = 84+192+111=387 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.71% from 387); Green value is 192 (75.39% from 255 or 49.61% from 387); Blue value is 111 (43.75% from 255 or 28.68% from 387); Max value from RGB is 192 - color contains mainly: green. Hex color #54C06F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54C06F is #AB3F90. Grayscale: #969696. Windows color (decimal): -11222929 or 7323732. OLE color: 7323732.
HSL color Cylindrical-coordinate representation of color #54C06F: hue angle of 135º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54C06F is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 192 | 111 | - |
| CMYK | 0.56 | 0 | 0.42 | 0.25 |
| HSL | 135º | 0.46% | 0.54% | - |
| HSV(B) | 135º | 0.56% | 0.75% | - |
| XYZ | 25.38 | 40.73 | 21.56 | - |
| YUV | 150.47 | 105.72 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 192 | 111 | 0.56 | 0 | 0.42 | 0.25 | 135 | 0.46 | 0.54 |
| Hex | 54 | C0 | 6F | 38 | 0 | 2A | 19 | 87 | 2E | 36 |
| Octal | 124 | 300 | 157 | 70 | 0 | 52 | 31 | 207 | 56 | 66 |
| Binary | 1010100 | 11000000 | 1101111 | 111000 | 0 | 101010 | 11001 | 10000111 | 101110 | 110110 |
Color Harmonies of #54C06F
Complementary color
Monochromatic Colors of #54C06F
Black with #54C06F
Text Example
Text Example
White with #54C06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C06F; }
p { color: rgb(84,192,111); }
H1.HeaderClassName
{
color: #54C06F;
}
.AnyTagClassName
{
color: #54C06F;
}
</style>
background-color css
<style>
a { background-color: #54C06F; }
a { background-color: rgb(84,192,111); }
div.DivClassName
{
background-color: #54C06F;
}
.BgClassName
{
background-color: #54C06F;
}
</style>
border-color css
<style>
span { border-color: #54C06F; }
span { border-color: rgb(84,192,111); }
td.TdClassName
{
border-color: #54C06F;
}
.TagClassName
{
border-color: #54C06F;
}
</style>