Shades of Silver Tree #53CF90
Tints of Silver Tree #53CF90
RGB
CMYK
RGB Variations
Color information
#53CF90 (or 0x53CF90) is known color: Silver Tree. HEX triplet: 53, CF and 90. RGB value is (83,207,144). Sum of RGB (Red+Green+Blue) = 83+207+144=434 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.12% from 434); Green value is 207 (81.25% from 255 or 47.70% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 207 - color contains mainly: green. Hex color #53CF90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CF90 is #AC306F. Grayscale: #A2A2A2. Windows color (decimal): -11284592 or 9490259. OLE color: 9490259.
HSL color Cylindrical-coordinate representation of color #53CF90: hue angle of 149.52º 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 #53CF90 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 207 | 144 | - |
| CMYK | 0.60 | 0 | 0.30 | 0.19 |
| HSL | 149.52º | 0.56% | 0.57% | - |
| HSV(B) | 149.52º | 0.6% | 0.81% | - |
| XYZ | 30.91 | 48.48 | 34.11 | - |
| YUV | 162.74 | 117.42 | 71.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 207 | 144 | 0.60 | 0 | 0.30 | 0.19 | 149.52 | 0.56 | 0.57 |
| Hex | 53 | CF | 90 | 3C | 0 | 1E | 13 | 96 | 38 | 39 |
| Octal | 123 | 317 | 220 | 74 | 0 | 36 | 23 | 226 | 70 | 71 |
| Binary | 1010011 | 11001111 | 10010000 | 111100 | 0 | 11110 | 10011 | 10010110 | 111000 | 111001 |
Color Harmonies of #53CF90
Complementary color
Monochromatic Colors of #53CF90
Black with #53CF90
Text Example
Text Example
White with #53CF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CF90; }
p { color: rgb(83,207,144); }
H1.HeaderClassName
{
color: #53CF90;
}
.AnyTagClassName
{
color: #53CF90;
}
</style>
background-color css
<style>
a { background-color: #53CF90; }
a { background-color: rgb(83,207,144); }
div.DivClassName
{
background-color: #53CF90;
}
.BgClassName
{
background-color: #53CF90;
}
</style>
border-color css
<style>
span { border-color: #53CF90; }
span { border-color: rgb(83,207,144); }
td.TdClassName
{
border-color: #53CF90;
}
.TagClassName
{
border-color: #53CF90;
}
</style>