Shades of Silver Tree #53C98D
Tints of Silver Tree #53C98D
RGB
CMYK
RGB Variations
Color information
#53C98D (or 0x53C98D) is known color: Silver Tree. HEX triplet: 53, C9 and 8D. RGB value is (83,201,141). Sum of RGB (Red+Green+Blue) = 83+201+141=425 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.53% from 425); Green value is 201 (78.91% from 255 or 47.29% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 201 - color contains mainly: green. Hex color #53C98D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C98D is #AC3672. Grayscale: #9E9E9E. Windows color (decimal): -11286131 or 9292115. OLE color: 9292115.
HSL color Cylindrical-coordinate representation of color #53C98D: hue angle of 149.49º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53C98D is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 201 | 141 | - |
| CMYK | 0.59 | 0 | 0.30 | 0.21 |
| HSL | 149.49º | 0.52% | 0.56% | - |
| HSV(B) | 149.49º | 0.59% | 0.79% | - |
| XYZ | 29.26 | 45.54 | 32.45 | - |
| YUV | 158.88 | 117.91 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 201 | 141 | 0.59 | 0 | 0.30 | 0.21 | 149.49 | 0.52 | 0.56 |
| Hex | 53 | C9 | 8D | 3B | 0 | 1E | 15 | 95 | 34 | 38 |
| Octal | 123 | 311 | 215 | 73 | 0 | 36 | 25 | 225 | 64 | 70 |
| Binary | 1010011 | 11001001 | 10001101 | 111011 | 0 | 11110 | 10101 | 10010101 | 110100 | 111000 |
Color Harmonies of #53C98D
Complementary color
Monochromatic Colors of #53C98D
Black with #53C98D
Text Example
Text Example
White with #53C98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C98D; }
p { color: rgb(83,201,141); }
H1.HeaderClassName
{
color: #53C98D;
}
.AnyTagClassName
{
color: #53C98D;
}
</style>
background-color css
<style>
a { background-color: #53C98D; }
a { background-color: rgb(83,201,141); }
div.DivClassName
{
background-color: #53C98D;
}
.BgClassName
{
background-color: #53C98D;
}
</style>
border-color css
<style>
span { border-color: #53C98D; }
span { border-color: rgb(83,201,141); }
td.TdClassName
{
border-color: #53C98D;
}
.TagClassName
{
border-color: #53C98D;
}
</style>