Shades of Emerald #54DC68
Tints of Emerald #54DC68
RGB
CMYK
RGB Variations
Color information
#54DC68 (or 0x54DC68) is known color: Emerald. HEX triplet: 54, DC and 68. RGB value is (84,220,104). Sum of RGB (Red+Green+Blue) = 84+220+104=408 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.59% from 408); Green value is 220 (86.33% from 255 or 53.92% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 220 - color contains mainly: green. Hex color #54DC68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54DC68 is #AB2397. Grayscale: #A6A6A6. Windows color (decimal): -11215768 or 6872148. OLE color: 6872148.
HSL color Cylindrical-coordinate representation of color #54DC68: hue angle of 128.82º 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 #54DC68 is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 220 | 104 | - |
| CMYK | 0.62 | 0 | 0.53 | 0.14 |
| HSL | 128.82º | 0.66% | 0.6% | - |
| HSV(B) | 128.82º | 0.62% | 0.86% | - |
| XYZ | 31.75 | 54.07 | 21.86 | - |
| YUV | 166.11 | 92.94 | 69.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 220 | 104 | 0.62 | 0 | 0.53 | 0.14 | 128.82 | 0.66 | 0.6 |
| Hex | 54 | DC | 68 | 3E | 0 | 35 | E | 81 | 42 | 3C |
| Octal | 124 | 334 | 150 | 76 | 0 | 65 | 16 | 201 | 102 | 74 |
| Binary | 1010100 | 11011100 | 1101000 | 111110 | 0 | 110101 | 1110 | 10000001 | 1000010 | 111100 |
Color Harmonies of #54DC68
Complementary color
Monochromatic Colors of #54DC68
Black with #54DC68
Text Example
Text Example
White with #54DC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DC68; }
p { color: rgb(84,220,104); }
H1.HeaderClassName
{
color: #54DC68;
}
.AnyTagClassName
{
color: #54DC68;
}
</style>
background-color css
<style>
a { background-color: #54DC68; }
a { background-color: rgb(84,220,104); }
div.DivClassName
{
background-color: #54DC68;
}
.BgClassName
{
background-color: #54DC68;
}
</style>
border-color css
<style>
span { border-color: #54DC68; }
span { border-color: rgb(84,220,104); }
td.TdClassName
{
border-color: #54DC68;
}
.TagClassName
{
border-color: #54DC68;
}
</style>