Shades of Emerald #54CB73
Tints of Emerald #54CB73
RGB
CMYK
RGB Variations
Color information
#54CB73 (or 0x54CB73) is known color: Emerald. HEX triplet: 54, CB and 73. RGB value is (84,203,115). Sum of RGB (Red+Green+Blue) = 84+203+115=402 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.90% from 402); Green value is 203 (79.69% from 255 or 50.50% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 203 - color contains mainly: green. Hex color #54CB73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54CB73 is #AB348C. Grayscale: #9D9D9D. Windows color (decimal): -11220109 or 7588692. OLE color: 7588692.
HSL color Cylindrical-coordinate representation of color #54CB73: hue angle of 135.63º 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 #54CB73 is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 203 | 115 | - |
| CMYK | 0.59 | 0 | 0.43 | 0.20 |
| HSL | 135.63º | 0.53% | 0.56% | - |
| HSV(B) | 135.63º | 0.59% | 0.8% | - |
| XYZ | 28.11 | 45.83 | 23.59 | - |
| YUV | 157.39 | 104.08 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 203 | 115 | 0.59 | 0 | 0.43 | 0.20 | 135.63 | 0.53 | 0.56 |
| Hex | 54 | CB | 73 | 3B | 0 | 2B | 14 | 88 | 35 | 38 |
| Octal | 124 | 313 | 163 | 73 | 0 | 53 | 24 | 210 | 65 | 70 |
| Binary | 1010100 | 11001011 | 1110011 | 111011 | 0 | 101011 | 10100 | 10001000 | 110101 | 111000 |
Color Harmonies of #54CB73
Complementary color
Monochromatic Colors of #54CB73
Black with #54CB73
Text Example
Text Example
White with #54CB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CB73; }
p { color: rgb(84,203,115); }
H1.HeaderClassName
{
color: #54CB73;
}
.AnyTagClassName
{
color: #54CB73;
}
</style>
background-color css
<style>
a { background-color: #54CB73; }
a { background-color: rgb(84,203,115); }
div.DivClassName
{
background-color: #54CB73;
}
.BgClassName
{
background-color: #54CB73;
}
</style>
border-color css
<style>
span { border-color: #54CB73; }
span { border-color: rgb(84,203,115); }
td.TdClassName
{
border-color: #54CB73;
}
.TagClassName
{
border-color: #54CB73;
}
</style>