Shades of Silver Tree #54BF90
Tints of Silver Tree #54BF90
RGB
CMYK
RGB Variations
Color information
#54BF90 (or 0x54BF90) is known color: Silver Tree. HEX triplet: 54, BF and 90. RGB value is (84,191,144). Sum of RGB (Red+Green+Blue) = 84+191+144=419 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.05% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 191 - color contains mainly: green. Hex color #54BF90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BF90 is #AB406F. Grayscale: #999999. Windows color (decimal): -11223152 or 9486164. OLE color: 9486164.
HSL color Cylindrical-coordinate representation of color #54BF90: hue angle of 153.64º 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 #54BF90 is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 191 | 144 | - |
| CMYK | 0.56 | 0 | 0.25 | 0.25 |
| HSL | 153.64º | 0.46% | 0.54% | - |
| HSV(B) | 153.64º | 0.56% | 0.75% | - |
| XYZ | 27.32 | 41.16 | 32.89 | - |
| YUV | 153.65 | 122.55 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 191 | 144 | 0.56 | 0 | 0.25 | 0.25 | 153.64 | 0.46 | 0.54 |
| Hex | 54 | BF | 90 | 38 | 0 | 19 | 19 | 9A | 2E | 36 |
| Octal | 124 | 277 | 220 | 70 | 0 | 31 | 31 | 232 | 56 | 66 |
| Binary | 1010100 | 10111111 | 10010000 | 111000 | 0 | 11001 | 11001 | 10011010 | 101110 | 110110 |
Color Harmonies of #54BF90
Complementary color
Monochromatic Colors of #54BF90
Black with #54BF90
Text Example
Text Example
White with #54BF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BF90; }
p { color: rgb(84,191,144); }
H1.HeaderClassName
{
color: #54BF90;
}
.AnyTagClassName
{
color: #54BF90;
}
</style>
background-color css
<style>
a { background-color: #54BF90; }
a { background-color: rgb(84,191,144); }
div.DivClassName
{
background-color: #54BF90;
}
.BgClassName
{
background-color: #54BF90;
}
</style>
border-color css
<style>
span { border-color: #54BF90; }
span { border-color: rgb(84,191,144); }
td.TdClassName
{
border-color: #54BF90;
}
.TagClassName
{
border-color: #54BF90;
}
</style>