Shades of Emerald #54DC66
Tints of Emerald #54DC66
RGB
CMYK
RGB Variations
Color information
#54DC66 (or 0x54DC66) is known color: Emerald. HEX triplet: 54, DC and 66. RGB value is (84,220,102). Sum of RGB (Red+Green+Blue) = 84+220+102=406 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.69% from 406); Green value is 220 (86.33% from 255 or 54.19% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 220 - color contains mainly: green. Hex color #54DC66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54DC66 is #AB2399. Grayscale: #A6A6A6. Windows color (decimal): -11215770 or 6741076. OLE color: 6741076.
HSL color Cylindrical-coordinate representation of color #54DC66: hue angle of 127.94º 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 #54DC66 is Cyan = 0.62, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 220 | 102 | - |
| CMYK | 0.62 | 0 | 0.54 | 0.14 |
| HSL | 127.94º | 0.66% | 0.6% | - |
| HSV(B) | 127.94º | 0.62% | 0.86% | - |
| XYZ | 31.65 | 54.03 | 21.33 | - |
| YUV | 165.88 | 91.94 | 69.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 220 | 102 | 0.62 | 0 | 0.54 | 0.14 | 127.94 | 0.66 | 0.6 |
| Hex | 54 | DC | 66 | 3E | 0 | 36 | E | 80 | 42 | 3C |
| Octal | 124 | 334 | 146 | 76 | 0 | 66 | 16 | 200 | 102 | 74 |
| Binary | 1010100 | 11011100 | 1100110 | 111110 | 0 | 110110 | 1110 | 10000000 | 1000010 | 111100 |
Color Harmonies of #54DC66
Complementary color
Monochromatic Colors of #54DC66
Black with #54DC66
Text Example
Text Example
White with #54DC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DC66; }
p { color: rgb(84,220,102); }
H1.HeaderClassName
{
color: #54DC66;
}
.AnyTagClassName
{
color: #54DC66;
}
</style>
background-color css
<style>
a { background-color: #54DC66; }
a { background-color: rgb(84,220,102); }
div.DivClassName
{
background-color: #54DC66;
}
.BgClassName
{
background-color: #54DC66;
}
</style>
border-color css
<style>
span { border-color: #54DC66; }
span { border-color: rgb(84,220,102); }
td.TdClassName
{
border-color: #54DC66;
}
.TagClassName
{
border-color: #54DC66;
}
</style>