Shades of Emerald #54CE70
Tints of Emerald #54CE70
RGB
CMYK
RGB Variations
Color information
#54CE70 (or 0x54CE70) is known color: Emerald. HEX triplet: 54, CE and 70. RGB value is (84,206,112). Sum of RGB (Red+Green+Blue) = 84+206+112=402 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.90% from 402); Green value is 206 (80.86% from 255 or 51.24% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 206 - color contains mainly: green. Hex color #54CE70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54CE70 is #AB318F. Grayscale: #9F9F9F. Windows color (decimal): -11219344 or 7392852. OLE color: 7392852.
HSL color Cylindrical-coordinate representation of color #54CE70: hue angle of 133.77º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54CE70 is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 206 | 112 | - |
| CMYK | 0.59 | 0 | 0.46 | 0.19 |
| HSL | 133.77º | 0.55% | 0.57% | - |
| HSV(B) | 133.77º | 0.59% | 0.81% | - |
| XYZ | 28.65 | 47.2 | 22.93 | - |
| YUV | 158.81 | 101.58 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 206 | 112 | 0.59 | 0 | 0.46 | 0.19 | 133.77 | 0.55 | 0.57 |
| Hex | 54 | CE | 70 | 3B | 0 | 2E | 13 | 86 | 37 | 39 |
| Octal | 124 | 316 | 160 | 73 | 0 | 56 | 23 | 206 | 67 | 71 |
| Binary | 1010100 | 11001110 | 1110000 | 111011 | 0 | 101110 | 10011 | 10000110 | 110111 | 111001 |
Color Harmonies of #54CE70
Complementary color
Monochromatic Colors of #54CE70
Black with #54CE70
Text Example
Text Example
White with #54CE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CE70; }
p { color: rgb(84,206,112); }
H1.HeaderClassName
{
color: #54CE70;
}
.AnyTagClassName
{
color: #54CE70;
}
</style>
background-color css
<style>
a { background-color: #54CE70; }
a { background-color: rgb(84,206,112); }
div.DivClassName
{
background-color: #54CE70;
}
.BgClassName
{
background-color: #54CE70;
}
</style>
border-color css
<style>
span { border-color: #54CE70; }
span { border-color: rgb(84,206,112); }
td.TdClassName
{
border-color: #54CE70;
}
.TagClassName
{
border-color: #54CE70;
}
</style>