Shades of Emerald #54C46B
Tints of Emerald #54C46B
RGB
CMYK
RGB Variations
Color information
#54C46B (or 0x54C46B) is known color: Emerald. HEX triplet: 54, C4 and 6B. RGB value is (84,196,107). Sum of RGB (Red+Green+Blue) = 84+196+107=387 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.71% from 387); Green value is 196 (76.95% from 255 or 50.65% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 196 - color contains mainly: green. Hex color #54C46B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54C46B is #AB3B94. Grayscale: #989898. Windows color (decimal): -11221909 or 7062612. OLE color: 7062612.
HSL color Cylindrical-coordinate representation of color #54C46B: hue angle of 132.32º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54C46B is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 84 | 196 | 107 | - |
| CMYK | 0.57 | 0 | 0.45 | 0.23 |
| HSL | 132.32º | 0.49% | 0.55% | - |
| HSV(B) | 132.32º | 0.57% | 0.77% | - |
| XYZ | 26.05 | 42.43 | 20.73 | - |
| YUV | 152.37 | 102.39 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 196 | 107 | 0.57 | 0 | 0.45 | 0.23 | 132.32 | 0.49 | 0.55 |
| Hex | 54 | C4 | 6B | 39 | 0 | 2D | 17 | 84 | 31 | 37 |
| Octal | 124 | 304 | 153 | 71 | 0 | 55 | 27 | 204 | 61 | 67 |
| Binary | 1010100 | 11000100 | 1101011 | 111001 | 0 | 101101 | 10111 | 10000100 | 110001 | 110111 |
Color Harmonies of #54C46B
Complementary color
Monochromatic Colors of #54C46B
Black with #54C46B
Text Example
Text Example
White with #54C46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C46B; }
p { color: rgb(84,196,107); }
H1.HeaderClassName
{
color: #54C46B;
}
.AnyTagClassName
{
color: #54C46B;
}
</style>
background-color css
<style>
a { background-color: #54C46B; }
a { background-color: rgb(84,196,107); }
div.DivClassName
{
background-color: #54C46B;
}
.BgClassName
{
background-color: #54C46B;
}
</style>
border-color css
<style>
span { border-color: #54C46B; }
span { border-color: rgb(84,196,107); }
td.TdClassName
{
border-color: #54C46B;
}
.TagClassName
{
border-color: #54C46B;
}
</style>