Shades of Emerald #54C075
Tints of Emerald #54C075
RGB
CMYK
RGB Variations
Color information
#54C075 (or 0x54C075) is known color: Emerald. HEX triplet: 54, C0 and 75. RGB value is (84,192,117). Sum of RGB (Red+Green+Blue) = 84+192+117=393 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.37% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 192 - color contains mainly: green. Hex color #54C075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54C075 is #AB3F8A. Grayscale: #979797. Windows color (decimal): -11222923 or 7716948. OLE color: 7716948.
HSL color Cylindrical-coordinate representation of color #54C075: hue angle of 138.33º 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 #54C075 is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 192 | 117 | - |
| CMYK | 0.56 | 0 | 0.39 | 0.25 |
| HSL | 138.33º | 0.46% | 0.54% | - |
| HSV(B) | 138.33º | 0.56% | 0.75% | - |
| XYZ | 25.72 | 40.87 | 23.36 | - |
| YUV | 151.16 | 108.72 | 80.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 192 | 117 | 0.56 | 0 | 0.39 | 0.25 | 138.33 | 0.46 | 0.54 |
| Hex | 54 | C0 | 75 | 38 | 0 | 27 | 19 | 8A | 2E | 36 |
| Octal | 124 | 300 | 165 | 70 | 0 | 47 | 31 | 212 | 56 | 66 |
| Binary | 1010100 | 11000000 | 1110101 | 111000 | 0 | 100111 | 11001 | 10001010 | 101110 | 110110 |
Color Harmonies of #54C075
Complementary color
Monochromatic Colors of #54C075
Black with #54C075
Text Example
Text Example
White with #54C075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C075; }
p { color: rgb(84,192,117); }
H1.HeaderClassName
{
color: #54C075;
}
.AnyTagClassName
{
color: #54C075;
}
</style>
background-color css
<style>
a { background-color: #54C075; }
a { background-color: rgb(84,192,117); }
div.DivClassName
{
background-color: #54C075;
}
.BgClassName
{
background-color: #54C075;
}
</style>
border-color css
<style>
span { border-color: #54C075; }
span { border-color: rgb(84,192,117); }
td.TdClassName
{
border-color: #54C075;
}
.TagClassName
{
border-color: #54C075;
}
</style>