Shades of Emerald #54C768
Tints of Emerald #54C768
RGB
CMYK
RGB Variations
Color information
#54C768 (or 0x54C768) is known color: Emerald. HEX triplet: 54, C7 and 68. RGB value is (84,199,104). Sum of RGB (Red+Green+Blue) = 84+199+104=387 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.71% from 387); Green value is 199 (78.12% from 255 or 51.42% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 199 - color contains mainly: green. Hex color #54C768 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54C768 is #AB3897. Grayscale: #9A9A9A. Windows color (decimal): -11221144 or 6866772. OLE color: 6866772.
HSL color Cylindrical-coordinate representation of color #54C768: hue angle of 130.43º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54C768 is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 84 | 199 | 104 | - |
| CMYK | 0.58 | 0 | 0.48 | 0.22 |
| HSL | 130.43º | 0.51% | 0.55% | - |
| HSV(B) | 130.43º | 0.58% | 0.78% | - |
| XYZ | 26.58 | 43.73 | 20.14 | - |
| YUV | 153.79 | 99.9 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 199 | 104 | 0.58 | 0 | 0.48 | 0.22 | 130.43 | 0.51 | 0.55 |
| Hex | 54 | C7 | 68 | 3A | 0 | 30 | 16 | 82 | 33 | 37 |
| Octal | 124 | 307 | 150 | 72 | 0 | 60 | 26 | 202 | 63 | 67 |
| Binary | 1010100 | 11000111 | 1101000 | 111010 | 0 | 110000 | 10110 | 10000010 | 110011 | 110111 |
Color Harmonies of #54C768
Complementary color
Monochromatic Colors of #54C768
Black with #54C768
Text Example
Text Example
White with #54C768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C768; }
p { color: rgb(84,199,104); }
H1.HeaderClassName
{
color: #54C768;
}
.AnyTagClassName
{
color: #54C768;
}
</style>
background-color css
<style>
a { background-color: #54C768; }
a { background-color: rgb(84,199,104); }
div.DivClassName
{
background-color: #54C768;
}
.BgClassName
{
background-color: #54C768;
}
</style>
border-color css
<style>
span { border-color: #54C768; }
span { border-color: rgb(84,199,104); }
td.TdClassName
{
border-color: #54C768;
}
.TagClassName
{
border-color: #54C768;
}
</style>