Shades of Silver Tree #54CA8D
Tints of Silver Tree #54CA8D
RGB
CMYK
RGB Variations
Color information
#54CA8D (or 0x54CA8D) is known color: Silver Tree. HEX triplet: 54, CA and 8D. RGB value is (84,202,141). Sum of RGB (Red+Green+Blue) = 84+202+141=427 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.67% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 202 - color contains mainly: green. Hex color #54CA8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54CA8D is #AB3572. Grayscale: #9F9F9F. Windows color (decimal): -11220339 or 9292372. OLE color: 9292372.
HSL color Cylindrical-coordinate representation of color #54CA8D: hue angle of 148.98º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54CA8D is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 202 | 141 | - |
| CMYK | 0.58 | 0 | 0.30 | 0.21 |
| HSL | 148.98º | 0.53% | 0.56% | - |
| HSV(B) | 148.98º | 0.58% | 0.79% | - |
| XYZ | 29.58 | 46.05 | 32.53 | - |
| YUV | 159.76 | 117.41 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 202 | 141 | 0.58 | 0 | 0.30 | 0.21 | 148.98 | 0.53 | 0.56 |
| Hex | 54 | CA | 8D | 3A | 0 | 1E | 15 | 95 | 35 | 38 |
| Octal | 124 | 312 | 215 | 72 | 0 | 36 | 25 | 225 | 65 | 70 |
| Binary | 1010100 | 11001010 | 10001101 | 111010 | 0 | 11110 | 10101 | 10010101 | 110101 | 111000 |
Color Harmonies of #54CA8D
Complementary color
Monochromatic Colors of #54CA8D
Black with #54CA8D
Text Example
Text Example
White with #54CA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CA8D; }
p { color: rgb(84,202,141); }
H1.HeaderClassName
{
color: #54CA8D;
}
.AnyTagClassName
{
color: #54CA8D;
}
</style>
background-color css
<style>
a { background-color: #54CA8D; }
a { background-color: rgb(84,202,141); }
div.DivClassName
{
background-color: #54CA8D;
}
.BgClassName
{
background-color: #54CA8D;
}
</style>
border-color css
<style>
span { border-color: #54CA8D; }
span { border-color: rgb(84,202,141); }
td.TdClassName
{
border-color: #54CA8D;
}
.TagClassName
{
border-color: #54CA8D;
}
</style>