Shades of Silver Tree #54C08C
Tints of Silver Tree #54C08C
RGB
CMYK
RGB Variations
Color information
#54C08C (or 0x54C08C) is known color: Silver Tree. HEX triplet: 54, C0 and 8C. RGB value is (84,192,140). Sum of RGB (Red+Green+Blue) = 84+192+140=416 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.19% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 192 - color contains mainly: green. Hex color #54C08C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C08C is #AB3F73. Grayscale: #999999. Windows color (decimal): -11222900 or 9224276. OLE color: 9224276.
HSL color Cylindrical-coordinate representation of color #54C08C: hue angle of 151.11º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54C08C is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 192 | 140 | - |
| CMYK | 0.56 | 0 | 0.27 | 0.25 |
| HSL | 151.11º | 0.46% | 0.54% | - |
| HSV(B) | 151.11º | 0.56% | 0.75% | - |
| XYZ | 27.24 | 41.48 | 31.38 | - |
| YUV | 153.78 | 120.22 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 192 | 140 | 0.56 | 0 | 0.27 | 0.25 | 151.11 | 0.46 | 0.54 |
| Hex | 54 | C0 | 8C | 38 | 0 | 1B | 19 | 97 | 2E | 36 |
| Octal | 124 | 300 | 214 | 70 | 0 | 33 | 31 | 227 | 56 | 66 |
| Binary | 1010100 | 11000000 | 10001100 | 111000 | 0 | 11011 | 11001 | 10010111 | 101110 | 110110 |
Color Harmonies of #54C08C
Complementary color
Monochromatic Colors of #54C08C
Black with #54C08C
Text Example
Text Example
White with #54C08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C08C; }
p { color: rgb(84,192,140); }
H1.HeaderClassName
{
color: #54C08C;
}
.AnyTagClassName
{
color: #54C08C;
}
</style>
background-color css
<style>
a { background-color: #54C08C; }
a { background-color: rgb(84,192,140); }
div.DivClassName
{
background-color: #54C08C;
}
.BgClassName
{
background-color: #54C08C;
}
</style>
border-color css
<style>
span { border-color: #54C08C; }
span { border-color: rgb(84,192,140); }
td.TdClassName
{
border-color: #54C08C;
}
.TagClassName
{
border-color: #54C08C;
}
</style>