Shades of Silver Tree #53CF97
Tints of Silver Tree #53CF97
RGB
CMYK
RGB Variations
Color information
#53CF97 (or 0x53CF97) is known color: Silver Tree. HEX triplet: 53, CF and 97. RGB value is (83,207,151). Sum of RGB (Red+Green+Blue) = 83+207+151=441 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.82% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 151 (59.38% from 255 or 34.24% from 441); Max value from RGB is 207 - color contains mainly: green. Hex color #53CF97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CF97 is #AC3068. Grayscale: #A3A3A3. Windows color (decimal): -11284585 or 9949011. OLE color: 9949011.
HSL color Cylindrical-coordinate representation of color #53CF97: hue angle of 152.9º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53CF97 is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 207 | 151 | - |
| CMYK | 0.60 | 0 | 0.27 | 0.19 |
| HSL | 152.9º | 0.56% | 0.57% | - |
| HSV(B) | 152.9º | 0.6% | 0.81% | - |
| XYZ | 31.47 | 48.7 | 37.02 | - |
| YUV | 163.54 | 120.92 | 70.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 207 | 151 | 0.60 | 0 | 0.27 | 0.19 | 152.9 | 0.56 | 0.57 |
| Hex | 53 | CF | 97 | 3C | 0 | 1B | 13 | 99 | 38 | 39 |
| Octal | 123 | 317 | 227 | 74 | 0 | 33 | 23 | 231 | 70 | 71 |
| Binary | 1010011 | 11001111 | 10010111 | 111100 | 0 | 11011 | 10011 | 10011001 | 111000 | 111001 |
Color Harmonies of #53CF97
Complementary color
Monochromatic Colors of #53CF97
Black with #53CF97
Text Example
Text Example
White with #53CF97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CF97; }
p { color: rgb(83,207,151); }
H1.HeaderClassName
{
color: #53CF97;
}
.AnyTagClassName
{
color: #53CF97;
}
</style>
background-color css
<style>
a { background-color: #53CF97; }
a { background-color: rgb(83,207,151); }
div.DivClassName
{
background-color: #53CF97;
}
.BgClassName
{
background-color: #53CF97;
}
</style>
border-color css
<style>
span { border-color: #53CF97; }
span { border-color: rgb(83,207,151); }
td.TdClassName
{
border-color: #53CF97;
}
.TagClassName
{
border-color: #53CF97;
}
</style>