Shades of Emerald #54C380
Tints of Emerald #54C380
RGB
CMYK
RGB Variations
Color information
#54C380 (or 0x54C380) is known color: Emerald. HEX triplet: 54, C3 and 80. RGB value is (84,195,128). Sum of RGB (Red+Green+Blue) = 84+195+128=407 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.64% from 407); Green value is 195 (76.56% from 255 or 47.91% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 195 - color contains mainly: green. Hex color #54C380 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C380 is #AB3C7F. Grayscale: #9A9A9A. Windows color (decimal): -11222144 or 8438612. OLE color: 8438612.
HSL color Cylindrical-coordinate representation of color #54C380: hue angle of 143.78º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54C380 is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 195 | 128 | - |
| CMYK | 0.57 | 0 | 0.34 | 0.24 |
| HSL | 143.78º | 0.48% | 0.55% | - |
| HSV(B) | 143.78º | 0.57% | 0.76% | - |
| XYZ | 27.07 | 42.47 | 27.19 | - |
| YUV | 154.17 | 113.23 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 195 | 128 | 0.57 | 0 | 0.34 | 0.24 | 143.78 | 0.48 | 0.55 |
| Hex | 54 | C3 | 80 | 39 | 0 | 22 | 18 | 90 | 30 | 37 |
| Octal | 124 | 303 | 200 | 71 | 0 | 42 | 30 | 220 | 60 | 67 |
| Binary | 1010100 | 11000011 | 10000000 | 111001 | 0 | 100010 | 11000 | 10010000 | 110000 | 110111 |
Color Harmonies of #54C380
Complementary color
Monochromatic Colors of #54C380
Black with #54C380
Text Example
Text Example
White with #54C380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C380; }
p { color: rgb(84,195,128); }
H1.HeaderClassName
{
color: #54C380;
}
.AnyTagClassName
{
color: #54C380;
}
</style>
background-color css
<style>
a { background-color: #54C380; }
a { background-color: rgb(84,195,128); }
div.DivClassName
{
background-color: #54C380;
}
.BgClassName
{
background-color: #54C380;
}
</style>
border-color css
<style>
span { border-color: #54C380; }
span { border-color: rgb(84,195,128); }
td.TdClassName
{
border-color: #54C380;
}
.TagClassName
{
border-color: #54C380;
}
</style>