Shades of Silver Tree #54C08A
Tints of Silver Tree #54C08A
RGB
CMYK
RGB Variations
Color information
#54C08A (or 0x54C08A) is known color: Silver Tree. HEX triplet: 54, C0 and 8A. RGB value is (84,192,138). Sum of RGB (Red+Green+Blue) = 84+192+138=414 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.29% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 192 - color contains mainly: green. Hex color #54C08A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C08A is #AB3F75. Grayscale: #999999. Windows color (decimal): -11222902 or 9093204. OLE color: 9093204.
HSL color Cylindrical-coordinate representation of color #54C08A: hue angle of 150º 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 #54C08A is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 192 | 138 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.25 |
| HSL | 150º | 0.46% | 0.54% | - |
| HSV(B) | 150º | 0.56% | 0.75% | - |
| XYZ | 27.09 | 41.42 | 30.61 | - |
| YUV | 153.55 | 119.22 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 192 | 138 | 0.56 | 0 | 0.28 | 0.25 | 150 | 0.46 | 0.54 |
| Hex | 54 | C0 | 8A | 38 | 0 | 1C | 19 | 96 | 2E | 36 |
| Octal | 124 | 300 | 212 | 70 | 0 | 34 | 31 | 226 | 56 | 66 |
| Binary | 1010100 | 11000000 | 10001010 | 111000 | 0 | 11100 | 11001 | 10010110 | 101110 | 110110 |
Color Harmonies of #54C08A
Complementary color
Monochromatic Colors of #54C08A
Black with #54C08A
Text Example
Text Example
White with #54C08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C08A; }
p { color: rgb(84,192,138); }
H1.HeaderClassName
{
color: #54C08A;
}
.AnyTagClassName
{
color: #54C08A;
}
</style>
background-color css
<style>
a { background-color: #54C08A; }
a { background-color: rgb(84,192,138); }
div.DivClassName
{
background-color: #54C08A;
}
.BgClassName
{
background-color: #54C08A;
}
</style>
border-color css
<style>
span { border-color: #54C08A; }
span { border-color: rgb(84,192,138); }
td.TdClassName
{
border-color: #54C08A;
}
.TagClassName
{
border-color: #54C08A;
}
</style>