Shades of Emerald #54CB71
Tints of Emerald #54CB71
RGB
CMYK
RGB Variations
Color information
#54CB71 (or 0x54CB71) is known color: Emerald. HEX triplet: 54, CB and 71. RGB value is (84,203,113). Sum of RGB (Red+Green+Blue) = 84+203+113=400 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21% from 400); Green value is 203 (79.69% from 255 or 50.75% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 203 - color contains mainly: green. Hex color #54CB71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54CB71 is #AB348E. Grayscale: #9D9D9D. Windows color (decimal): -11220111 or 7457620. OLE color: 7457620.
HSL color Cylindrical-coordinate representation of color #54CB71: hue angle of 134.62º 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 #54CB71 is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 203 | 113 | - |
| CMYK | 0.59 | 0 | 0.44 | 0.20 |
| HSL | 134.62º | 0.53% | 0.56% | - |
| HSV(B) | 134.62º | 0.59% | 0.8% | - |
| XYZ | 27.99 | 45.79 | 22.99 | - |
| YUV | 157.16 | 103.08 | 75.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 203 | 113 | 0.59 | 0 | 0.44 | 0.20 | 134.62 | 0.53 | 0.56 |
| Hex | 54 | CB | 71 | 3B | 0 | 2C | 14 | 87 | 35 | 38 |
| Octal | 124 | 313 | 161 | 73 | 0 | 54 | 24 | 207 | 65 | 70 |
| Binary | 1010100 | 11001011 | 1110001 | 111011 | 0 | 101100 | 10100 | 10000111 | 110101 | 111000 |
Color Harmonies of #54CB71
Complementary color
Monochromatic Colors of #54CB71
Black with #54CB71
Text Example
Text Example
White with #54CB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CB71; }
p { color: rgb(84,203,113); }
H1.HeaderClassName
{
color: #54CB71;
}
.AnyTagClassName
{
color: #54CB71;
}
</style>
background-color css
<style>
a { background-color: #54CB71; }
a { background-color: rgb(84,203,113); }
div.DivClassName
{
background-color: #54CB71;
}
.BgClassName
{
background-color: #54CB71;
}
</style>
border-color css
<style>
span { border-color: #54CB71; }
span { border-color: rgb(84,203,113); }
td.TdClassName
{
border-color: #54CB71;
}
.TagClassName
{
border-color: #54CB71;
}
</style>