Shades of Silver Tree #53C68F
Tints of Silver Tree #53C68F
RGB
CMYK
RGB Variations
Color information
#53C68F (or 0x53C68F) is known color: Silver Tree. HEX triplet: 53, C6 and 8F. RGB value is (83,198,143). Sum of RGB (Red+Green+Blue) = 83+198+143=424 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.58% from 424); Green value is 198 (77.73% from 255 or 46.70% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 198 - color contains mainly: green. Hex color #53C68F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C68F is #AC3970. Grayscale: #9D9D9D. Windows color (decimal): -11286897 or 9422419. OLE color: 9422419.
HSL color Cylindrical-coordinate representation of color #53C68F: hue angle of 151.3º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C68F is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 198 | 143 | - |
| CMYK | 0.58 | 0 | 0.28 | 0.22 |
| HSL | 151.3º | 0.5% | 0.55% | - |
| HSV(B) | 151.3º | 0.58% | 0.78% | - |
| XYZ | 28.72 | 44.21 | 33.01 | - |
| YUV | 157.35 | 119.9 | 74.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 198 | 143 | 0.58 | 0 | 0.28 | 0.22 | 151.3 | 0.5 | 0.55 |
| Hex | 53 | C6 | 8F | 3A | 0 | 1C | 16 | 97 | 32 | 37 |
| Octal | 123 | 306 | 217 | 72 | 0 | 34 | 26 | 227 | 62 | 67 |
| Binary | 1010011 | 11000110 | 10001111 | 111010 | 0 | 11100 | 10110 | 10010111 | 110010 | 110111 |
Color Harmonies of #53C68F
Complementary color
Monochromatic Colors of #53C68F
Black with #53C68F
Text Example
Text Example
White with #53C68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C68F; }
p { color: rgb(83,198,143); }
H1.HeaderClassName
{
color: #53C68F;
}
.AnyTagClassName
{
color: #53C68F;
}
</style>
background-color css
<style>
a { background-color: #53C68F; }
a { background-color: rgb(83,198,143); }
div.DivClassName
{
background-color: #53C68F;
}
.BgClassName
{
background-color: #53C68F;
}
</style>
border-color css
<style>
span { border-color: #53C68F; }
span { border-color: rgb(83,198,143); }
td.TdClassName
{
border-color: #53C68F;
}
.TagClassName
{
border-color: #53C68F;
}
</style>