Shades of Emerald #54DC65
Tints of Emerald #54DC65
RGB
CMYK
RGB Variations
Color information
#54DC65 (or 0x54DC65) is known color: Emerald. HEX triplet: 54, DC and 65. RGB value is (84,220,101). Sum of RGB (Red+Green+Blue) = 84+220+101=405 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.74% from 405); Green value is 220 (86.33% from 255 or 54.32% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 220 - color contains mainly: green. Hex color #54DC65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54DC65 is #AB239A. Grayscale: #A6A6A6. Windows color (decimal): -11215771 or 6675540. OLE color: 6675540.
HSL color Cylindrical-coordinate representation of color #54DC65: hue angle of 127.5º 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 #54DC65 is Cyan = 0.62, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 220 | 101 | - |
| CMYK | 0.62 | 0 | 0.54 | 0.14 |
| HSL | 127.5º | 0.66% | 0.6% | - |
| HSV(B) | 127.5º | 0.62% | 0.86% | - |
| XYZ | 31.6 | 54.01 | 21.07 | - |
| YUV | 165.77 | 91.44 | 69.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 220 | 101 | 0.62 | 0 | 0.54 | 0.14 | 127.5 | 0.66 | 0.6 |
| Hex | 54 | DC | 65 | 3E | 0 | 36 | E | 80 | 42 | 3C |
| Octal | 124 | 334 | 145 | 76 | 0 | 66 | 16 | 200 | 102 | 74 |
| Binary | 1010100 | 11011100 | 1100101 | 111110 | 0 | 110110 | 1110 | 10000000 | 1000010 | 111100 |
Color Harmonies of #54DC65
Complementary color
Monochromatic Colors of #54DC65
Black with #54DC65
Text Example
Text Example
White with #54DC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DC65; }
p { color: rgb(84,220,101); }
H1.HeaderClassName
{
color: #54DC65;
}
.AnyTagClassName
{
color: #54DC65;
}
</style>
background-color css
<style>
a { background-color: #54DC65; }
a { background-color: rgb(84,220,101); }
div.DivClassName
{
background-color: #54DC65;
}
.BgClassName
{
background-color: #54DC65;
}
</style>
border-color css
<style>
span { border-color: #54DC65; }
span { border-color: rgb(84,220,101); }
td.TdClassName
{
border-color: #54DC65;
}
.TagClassName
{
border-color: #54DC65;
}
</style>