Shades of Silver Tree #53CF92
Tints of Silver Tree #53CF92
RGB
CMYK
RGB Variations
Color information
#53CF92 (or 0x53CF92) is known color: Silver Tree. HEX triplet: 53, CF and 92. RGB value is (83,207,146). Sum of RGB (Red+Green+Blue) = 83+207+146=436 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.04% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 146 (57.42% from 255 or 33.49% from 436); Max value from RGB is 207 - color contains mainly: green. Hex color #53CF92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CF92 is #AC306D. Grayscale: #A3A3A3. Windows color (decimal): -11284590 or 9621331. OLE color: 9621331.
HSL color Cylindrical-coordinate representation of color #53CF92: hue angle of 150.48º 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 #53CF92 is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 207 | 146 | - |
| CMYK | 0.60 | 0 | 0.29 | 0.19 |
| HSL | 150.48º | 0.56% | 0.57% | - |
| HSV(B) | 150.48º | 0.6% | 0.81% | - |
| XYZ | 31.07 | 48.54 | 34.93 | - |
| YUV | 162.97 | 118.42 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 207 | 146 | 0.60 | 0 | 0.29 | 0.19 | 150.48 | 0.56 | 0.57 |
| Hex | 53 | CF | 92 | 3C | 0 | 1D | 13 | 96 | 38 | 39 |
| Octal | 123 | 317 | 222 | 74 | 0 | 35 | 23 | 226 | 70 | 71 |
| Binary | 1010011 | 11001111 | 10010010 | 111100 | 0 | 11101 | 10011 | 10010110 | 111000 | 111001 |
Color Harmonies of #53CF92
Complementary color
Monochromatic Colors of #53CF92
Black with #53CF92
Text Example
Text Example
White with #53CF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CF92; }
p { color: rgb(83,207,146); }
H1.HeaderClassName
{
color: #53CF92;
}
.AnyTagClassName
{
color: #53CF92;
}
</style>
background-color css
<style>
a { background-color: #53CF92; }
a { background-color: rgb(83,207,146); }
div.DivClassName
{
background-color: #53CF92;
}
.BgClassName
{
background-color: #53CF92;
}
</style>
border-color css
<style>
span { border-color: #53CF92; }
span { border-color: rgb(83,207,146); }
td.TdClassName
{
border-color: #53CF92;
}
.TagClassName
{
border-color: #53CF92;
}
</style>