Shades of Emerald #54D28B
Tints of Emerald #54D28B
RGB
CMYK
RGB Variations
Color information
#54D28B (or 0x54D28B) is known color: Emerald. HEX triplet: 54, D2 and 8B. RGB value is (84,210,139). Sum of RGB (Red+Green+Blue) = 84+210+139=433 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.40% from 433); Green value is 210 (82.42% from 255 or 48.50% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 210 - color contains mainly: green. Hex color #54D28B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54D28B is #AB2D74. Grayscale: #A4A4A4. Windows color (decimal): -11218293 or 9163348. OLE color: 9163348.
HSL color Cylindrical-coordinate representation of color #54D28B: hue angle of 146.19º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54D28B is Cyan = 0.6, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 84 | 210 | 139 | - |
| CMYK | 0.6 | 0 | 0.34 | 0.18 |
| HSL | 146.19º | 0.58% | 0.58% | - |
| HSV(B) | 146.19º | 0.6% | 0.82% | - |
| XYZ | 31.36 | 49.84 | 32.39 | - |
| YUV | 164.23 | 113.76 | 70.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 210 | 139 | 0.6 | 0 | 0.34 | 0.18 | 146.19 | 0.58 | 0.58 |
| Hex | 54 | D2 | 8B | 3C | 0 | 22 | 12 | 92 | 3A | 3A |
| Octal | 124 | 322 | 213 | 74 | 0 | 42 | 22 | 222 | 72 | 72 |
| Binary | 1010100 | 11010010 | 10001011 | 111100 | 0 | 100010 | 10010 | 10010010 | 111010 | 111010 |
Color Harmonies of #54D28B
Complementary color
Monochromatic Colors of #54D28B
Black with #54D28B
Text Example
Text Example
White with #54D28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D28B; }
p { color: rgb(84,210,139); }
H1.HeaderClassName
{
color: #54D28B;
}
.AnyTagClassName
{
color: #54D28B;
}
</style>
background-color css
<style>
a { background-color: #54D28B; }
a { background-color: rgb(84,210,139); }
div.DivClassName
{
background-color: #54D28B;
}
.BgClassName
{
background-color: #54D28B;
}
</style>
border-color css
<style>
span { border-color: #54D28B; }
span { border-color: rgb(84,210,139); }
td.TdClassName
{
border-color: #54D28B;
}
.TagClassName
{
border-color: #54D28B;
}
</style>