Shades of Emerald #54DC6B
Tints of Emerald #54DC6B
RGB
CMYK
RGB Variations
Color information
#54DC6B (or 0x54DC6B) is known color: Emerald. HEX triplet: 54, DC and 6B. RGB value is (84,220,107). Sum of RGB (Red+Green+Blue) = 84+220+107=411 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.44% from 411); Green value is 220 (86.33% from 255 or 53.53% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 220 - color contains mainly: green. Hex color #54DC6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54DC6B is #AB2394. Grayscale: #A6A6A6. Windows color (decimal): -11215765 or 7068756. OLE color: 7068756.
HSL color Cylindrical-coordinate representation of color #54DC6B: hue angle of 130.15º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54DC6B is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 220 | 107 | - |
| CMYK | 0.62 | 0 | 0.51 | 0.14 |
| HSL | 130.15º | 0.66% | 0.6% | - |
| HSV(B) | 130.15º | 0.62% | 0.86% | - |
| XYZ | 31.9 | 54.13 | 22.68 | - |
| YUV | 166.45 | 94.44 | 69.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 220 | 107 | 0.62 | 0 | 0.51 | 0.14 | 130.15 | 0.66 | 0.6 |
| Hex | 54 | DC | 6B | 3E | 0 | 33 | E | 82 | 42 | 3C |
| Octal | 124 | 334 | 153 | 76 | 0 | 63 | 16 | 202 | 102 | 74 |
| Binary | 1010100 | 11011100 | 1101011 | 111110 | 0 | 110011 | 1110 | 10000010 | 1000010 | 111100 |
Color Harmonies of #54DC6B
Complementary color
Monochromatic Colors of #54DC6B
Black with #54DC6B
Text Example
Text Example
White with #54DC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DC6B; }
p { color: rgb(84,220,107); }
H1.HeaderClassName
{
color: #54DC6B;
}
.AnyTagClassName
{
color: #54DC6B;
}
</style>
background-color css
<style>
a { background-color: #54DC6B; }
a { background-color: rgb(84,220,107); }
div.DivClassName
{
background-color: #54DC6B;
}
.BgClassName
{
background-color: #54DC6B;
}
</style>
border-color css
<style>
span { border-color: #54DC6B; }
span { border-color: rgb(84,220,107); }
td.TdClassName
{
border-color: #54DC6B;
}
.TagClassName
{
border-color: #54DC6B;
}
</style>