Shades of Emerald #54CB72
Tints of Emerald #54CB72
RGB
CMYK
RGB Variations
Color information
#54CB72 (or 0x54CB72) is known color: Emerald. HEX triplet: 54, CB and 72. RGB value is (84,203,114). Sum of RGB (Red+Green+Blue) = 84+203+114=401 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.95% from 401); Green value is 203 (79.69% from 255 or 50.62% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 203 - color contains mainly: green. Hex color #54CB72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54CB72 is #AB348D. Grayscale: #9D9D9D. Windows color (decimal): -11220110 or 7523156. OLE color: 7523156.
HSL color Cylindrical-coordinate representation of color #54CB72: hue angle of 135.13º 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 #54CB72 is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 203 | 114 | - |
| CMYK | 0.59 | 0 | 0.44 | 0.20 |
| HSL | 135.13º | 0.53% | 0.56% | - |
| HSV(B) | 135.13º | 0.59% | 0.8% | - |
| XYZ | 28.05 | 45.81 | 23.28 | - |
| YUV | 157.27 | 103.58 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 203 | 114 | 0.59 | 0 | 0.44 | 0.20 | 135.13 | 0.53 | 0.56 |
| Hex | 54 | CB | 72 | 3B | 0 | 2C | 14 | 87 | 35 | 38 |
| Octal | 124 | 313 | 162 | 73 | 0 | 54 | 24 | 207 | 65 | 70 |
| Binary | 1010100 | 11001011 | 1110010 | 111011 | 0 | 101100 | 10100 | 10000111 | 110101 | 111000 |
Color Harmonies of #54CB72
Complementary color
Monochromatic Colors of #54CB72
Black with #54CB72
Text Example
Text Example
White with #54CB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CB72; }
p { color: rgb(84,203,114); }
H1.HeaderClassName
{
color: #54CB72;
}
.AnyTagClassName
{
color: #54CB72;
}
</style>
background-color css
<style>
a { background-color: #54CB72; }
a { background-color: rgb(84,203,114); }
div.DivClassName
{
background-color: #54CB72;
}
.BgClassName
{
background-color: #54CB72;
}
</style>
border-color css
<style>
span { border-color: #54CB72; }
span { border-color: rgb(84,203,114); }
td.TdClassName
{
border-color: #54CB72;
}
.TagClassName
{
border-color: #54CB72;
}
</style>