Shades of Emerald #54C974
Tints of Emerald #54C974
RGB
CMYK
RGB Variations
Color information
#54C974 (or 0x54C974) is known color: Emerald. HEX triplet: 54, C9 and 74. RGB value is (84,201,116). Sum of RGB (Red+Green+Blue) = 84+201+116=401 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.95% from 401); Green value is 201 (78.91% from 255 or 50.12% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 201 - color contains mainly: green. Hex color #54C974 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54C974 is #AB368B. Grayscale: #9C9C9C. Windows color (decimal): -11220620 or 7653716. OLE color: 7653716.
HSL color Cylindrical-coordinate representation of color #54C974: hue angle of 136.41º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54C974 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 201 | 116 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.21 |
| HSL | 136.41º | 0.52% | 0.56% | - |
| HSV(B) | 136.41º | 0.58% | 0.79% | - |
| XYZ | 27.7 | 44.92 | 23.73 | - |
| YUV | 156.33 | 105.24 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 201 | 116 | 0.58 | 0 | 0.42 | 0.21 | 136.41 | 0.52 | 0.56 |
| Hex | 54 | C9 | 74 | 3A | 0 | 2A | 15 | 88 | 34 | 38 |
| Octal | 124 | 311 | 164 | 72 | 0 | 52 | 25 | 210 | 64 | 70 |
| Binary | 1010100 | 11001001 | 1110100 | 111010 | 0 | 101010 | 10101 | 10001000 | 110100 | 111000 |
Color Harmonies of #54C974
Complementary color
Monochromatic Colors of #54C974
Black with #54C974
Text Example
Text Example
White with #54C974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C974; }
p { color: rgb(84,201,116); }
H1.HeaderClassName
{
color: #54C974;
}
.AnyTagClassName
{
color: #54C974;
}
</style>
background-color css
<style>
a { background-color: #54C974; }
a { background-color: rgb(84,201,116); }
div.DivClassName
{
background-color: #54C974;
}
.BgClassName
{
background-color: #54C974;
}
</style>
border-color css
<style>
span { border-color: #54C974; }
span { border-color: rgb(84,201,116); }
td.TdClassName
{
border-color: #54C974;
}
.TagClassName
{
border-color: #54C974;
}
</style>