Shades of Silver Tree #54BD8C
Tints of Silver Tree #54BD8C
RGB
CMYK
RGB Variations
Color information
#54BD8C (or 0x54BD8C) is known color: Silver Tree. HEX triplet: 54, BD and 8C. RGB value is (84,189,140). Sum of RGB (Red+Green+Blue) = 84+189+140=413 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.34% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 189 - color contains mainly: green. Hex color #54BD8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BD8C is #AB4273. Grayscale: #989898. Windows color (decimal): -11223668 or 9223508. OLE color: 9223508.
HSL color Cylindrical-coordinate representation of color #54BD8C: hue angle of 152º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54BD8C is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 189 | 140 | - |
| CMYK | 0.56 | 0 | 0.26 | 0.26 |
| HSL | 152º | 0.44% | 0.54% | - |
| HSV(B) | 152º | 0.56% | 0.74% | - |
| XYZ | 26.59 | 40.17 | 31.16 | - |
| YUV | 152.02 | 121.21 | 79.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 189 | 140 | 0.56 | 0 | 0.26 | 0.26 | 152 | 0.44 | 0.54 |
| Hex | 54 | BD | 8C | 38 | 0 | 1A | 1A | 98 | 2C | 36 |
| Octal | 124 | 275 | 214 | 70 | 0 | 32 | 32 | 230 | 54 | 66 |
| Binary | 1010100 | 10111101 | 10001100 | 111000 | 0 | 11010 | 11010 | 10011000 | 101100 | 110110 |
Color Harmonies of #54BD8C
Complementary color
Monochromatic Colors of #54BD8C
Black with #54BD8C
Text Example
Text Example
White with #54BD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BD8C; }
p { color: rgb(84,189,140); }
H1.HeaderClassName
{
color: #54BD8C;
}
.AnyTagClassName
{
color: #54BD8C;
}
</style>
background-color css
<style>
a { background-color: #54BD8C; }
a { background-color: rgb(84,189,140); }
div.DivClassName
{
background-color: #54BD8C;
}
.BgClassName
{
background-color: #54BD8C;
}
</style>
border-color css
<style>
span { border-color: #54BD8C; }
span { border-color: rgb(84,189,140); }
td.TdClassName
{
border-color: #54BD8C;
}
.TagClassName
{
border-color: #54BD8C;
}
</style>