Shades of Emerald #54CD74
Tints of Emerald #54CD74
RGB
CMYK
RGB Variations
Color information
#54CD74 (or 0x54CD74) is known color: Emerald. HEX triplet: 54, CD and 74. RGB value is (84,205,116). Sum of RGB (Red+Green+Blue) = 84+205+116=405 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.74% from 405); Green value is 205 (80.47% from 255 or 50.62% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 205 - color contains mainly: green. Hex color #54CD74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54CD74 is #AB328B. Grayscale: #9E9E9E. Windows color (decimal): -11219596 or 7654740. OLE color: 7654740.
HSL color Cylindrical-coordinate representation of color #54CD74: hue angle of 135.87º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54CD74 is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 205 | 116 | - |
| CMYK | 0.59 | 0 | 0.43 | 0.20 |
| HSL | 135.87º | 0.55% | 0.57% | - |
| HSV(B) | 135.87º | 0.59% | 0.8% | - |
| XYZ | 28.64 | 46.81 | 24.05 | - |
| YUV | 158.68 | 103.91 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 205 | 116 | 0.59 | 0 | 0.43 | 0.20 | 135.87 | 0.55 | 0.57 |
| Hex | 54 | CD | 74 | 3B | 0 | 2B | 14 | 88 | 37 | 39 |
| Octal | 124 | 315 | 164 | 73 | 0 | 53 | 24 | 210 | 67 | 71 |
| Binary | 1010100 | 11001101 | 1110100 | 111011 | 0 | 101011 | 10100 | 10001000 | 110111 | 111001 |
Color Harmonies of #54CD74
Complementary color
Monochromatic Colors of #54CD74
Black with #54CD74
Text Example
Text Example
White with #54CD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CD74; }
p { color: rgb(84,205,116); }
H1.HeaderClassName
{
color: #54CD74;
}
.AnyTagClassName
{
color: #54CD74;
}
</style>
background-color css
<style>
a { background-color: #54CD74; }
a { background-color: rgb(84,205,116); }
div.DivClassName
{
background-color: #54CD74;
}
.BgClassName
{
background-color: #54CD74;
}
</style>
border-color css
<style>
span { border-color: #54CD74; }
span { border-color: rgb(84,205,116); }
td.TdClassName
{
border-color: #54CD74;
}
.TagClassName
{
border-color: #54CD74;
}
</style>