Shades of Silver Tree #54C994
Tints of Silver Tree #54C994
RGB
CMYK
RGB Variations
Color information
#54C994 (or 0x54C994) is known color: Silver Tree. HEX triplet: 54, C9 and 94. RGB value is (84,201,148). Sum of RGB (Red+Green+Blue) = 84+201+148=433 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.40% from 433); Green value is 201 (78.91% from 255 or 46.42% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 201 - color contains mainly: green. Hex color #54C994 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C994 is #AB366B. Grayscale: #A0A0A0. Windows color (decimal): -11220588 or 9750868. OLE color: 9750868.
HSL color Cylindrical-coordinate representation of color #54C994: hue angle of 152.82º 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 #54C994 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 201 | 148 | - |
| CMYK | 0.58 | 0 | 0.26 | 0.21 |
| HSL | 152.82º | 0.52% | 0.56% | - |
| HSV(B) | 152.82º | 0.58% | 0.79% | - |
| XYZ | 29.89 | 45.8 | 35.28 | - |
| YUV | 159.98 | 121.24 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 201 | 148 | 0.58 | 0 | 0.26 | 0.21 | 152.82 | 0.52 | 0.56 |
| Hex | 54 | C9 | 94 | 3A | 0 | 1A | 15 | 99 | 34 | 38 |
| Octal | 124 | 311 | 224 | 72 | 0 | 32 | 25 | 231 | 64 | 70 |
| Binary | 1010100 | 11001001 | 10010100 | 111010 | 0 | 11010 | 10101 | 10011001 | 110100 | 111000 |
Color Harmonies of #54C994
Complementary color
Monochromatic Colors of #54C994
Black with #54C994
Text Example
Text Example
White with #54C994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C994; }
p { color: rgb(84,201,148); }
H1.HeaderClassName
{
color: #54C994;
}
.AnyTagClassName
{
color: #54C994;
}
</style>
background-color css
<style>
a { background-color: #54C994; }
a { background-color: rgb(84,201,148); }
div.DivClassName
{
background-color: #54C994;
}
.BgClassName
{
background-color: #54C994;
}
</style>
border-color css
<style>
span { border-color: #54C994; }
span { border-color: rgb(84,201,148); }
td.TdClassName
{
border-color: #54C994;
}
.TagClassName
{
border-color: #54C994;
}
</style>