Shades of Emerald #54CB80
Tints of Emerald #54CB80
RGB
CMYK
RGB Variations
Color information
#54CB80 (or 0x54CB80) is known color: Emerald. HEX triplet: 54, CB and 80. RGB value is (84,203,128). Sum of RGB (Red+Green+Blue) = 84+203+128=415 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.24% from 415); Green value is 203 (79.69% from 255 or 48.92% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 203 - color contains mainly: green. Hex color #54CB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54CB80 is #AB347F. Grayscale: #9F9F9F. Windows color (decimal): -11220096 or 8440660. OLE color: 8440660.
HSL color Cylindrical-coordinate representation of color #54CB80: hue angle of 142.18º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54CB80 is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 203 | 128 | - |
| CMYK | 0.59 | 0 | 0.37 | 0.20 |
| HSL | 142.18º | 0.53% | 0.56% | - |
| HSV(B) | 142.18º | 0.59% | 0.8% | - |
| XYZ | 28.91 | 46.16 | 27.81 | - |
| YUV | 158.87 | 110.58 | 74.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 203 | 128 | 0.59 | 0 | 0.37 | 0.20 | 142.18 | 0.53 | 0.56 |
| Hex | 54 | CB | 80 | 3B | 0 | 25 | 14 | 8E | 35 | 38 |
| Octal | 124 | 313 | 200 | 73 | 0 | 45 | 24 | 216 | 65 | 70 |
| Binary | 1010100 | 11001011 | 10000000 | 111011 | 0 | 100101 | 10100 | 10001110 | 110101 | 111000 |
Color Harmonies of #54CB80
Complementary color
Monochromatic Colors of #54CB80
Black with #54CB80
Text Example
Text Example
White with #54CB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CB80; }
p { color: rgb(84,203,128); }
H1.HeaderClassName
{
color: #54CB80;
}
.AnyTagClassName
{
color: #54CB80;
}
</style>
background-color css
<style>
a { background-color: #54CB80; }
a { background-color: rgb(84,203,128); }
div.DivClassName
{
background-color: #54CB80;
}
.BgClassName
{
background-color: #54CB80;
}
</style>
border-color css
<style>
span { border-color: #54CB80; }
span { border-color: rgb(84,203,128); }
td.TdClassName
{
border-color: #54CB80;
}
.TagClassName
{
border-color: #54CB80;
}
</style>