Shades of Silver Tree #54C48C
Tints of Silver Tree #54C48C
RGB
CMYK
RGB Variations
Color information
#54C48C (or 0x54C48C) is known color: Silver Tree. HEX triplet: 54, C4 and 8C. RGB value is (84,196,140). Sum of RGB (Red+Green+Blue) = 84+196+140=420 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20% from 420); Green value is 196 (76.95% from 255 or 46.67% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 196 - color contains mainly: green. Hex color #54C48C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C48C is #AB3B73. Grayscale: #9C9C9C. Windows color (decimal): -11221876 or 9225300. OLE color: 9225300.
HSL color Cylindrical-coordinate representation of color #54C48C: hue angle of 150º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54C48C is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 84 | 196 | 140 | - |
| CMYK | 0.57 | 0 | 0.29 | 0.23 |
| HSL | 150º | 0.49% | 0.55% | - |
| HSV(B) | 150º | 0.57% | 0.77% | - |
| XYZ | 28.13 | 43.26 | 31.68 | - |
| YUV | 156.13 | 118.89 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 196 | 140 | 0.57 | 0 | 0.29 | 0.23 | 150 | 0.49 | 0.55 |
| Hex | 54 | C4 | 8C | 39 | 0 | 1D | 17 | 96 | 31 | 37 |
| Octal | 124 | 304 | 214 | 71 | 0 | 35 | 27 | 226 | 61 | 67 |
| Binary | 1010100 | 11000100 | 10001100 | 111001 | 0 | 11101 | 10111 | 10010110 | 110001 | 110111 |
Color Harmonies of #54C48C
Complementary color
Monochromatic Colors of #54C48C
Black with #54C48C
Text Example
Text Example
White with #54C48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C48C; }
p { color: rgb(84,196,140); }
H1.HeaderClassName
{
color: #54C48C;
}
.AnyTagClassName
{
color: #54C48C;
}
</style>
background-color css
<style>
a { background-color: #54C48C; }
a { background-color: rgb(84,196,140); }
div.DivClassName
{
background-color: #54C48C;
}
.BgClassName
{
background-color: #54C48C;
}
</style>
border-color css
<style>
span { border-color: #54C48C; }
span { border-color: rgb(84,196,140); }
td.TdClassName
{
border-color: #54C48C;
}
.TagClassName
{
border-color: #54C48C;
}
</style>