Shades of Silver Tree #50CF91
Tints of Silver Tree #50CF91
RGB
CMYK
RGB Variations
Color information
#50CF91 (or 0x50CF91) is known color: Silver Tree. HEX triplet: 50, CF and 91. RGB value is (80,207,145). Sum of RGB (Red+Green+Blue) = 80+207+145=432 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.52% from 432); Green value is 207 (81.25% from 255 or 47.92% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 207 - color contains mainly: green. Hex color #50CF91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CF91 is #AF306E. Grayscale: #A2A2A2. Windows color (decimal): -11481199 or 9555792. OLE color: 9555792.
HSL color Cylindrical-coordinate representation of color #50CF91: hue angle of 150.71º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CF91 is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 207 | 145 | - |
| CMYK | 0.61 | 0 | 0.30 | 0.19 |
| HSL | 150.71º | 0.57% | 0.56% | - |
| HSV(B) | 150.71º | 0.61% | 0.81% | - |
| XYZ | 30.73 | 48.38 | 34.51 | - |
| YUV | 161.96 | 118.42 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 207 | 145 | 0.61 | 0 | 0.30 | 0.19 | 150.71 | 0.57 | 0.56 |
| Hex | 50 | CF | 91 | 3D | 0 | 1E | 13 | 97 | 39 | 38 |
| Octal | 120 | 317 | 221 | 75 | 0 | 36 | 23 | 227 | 71 | 70 |
| Binary | 1010000 | 11001111 | 10010001 | 111101 | 0 | 11110 | 10011 | 10010111 | 111001 | 111000 |
Color Harmonies of #50CF91
Complementary color
Monochromatic Colors of #50CF91
Black with #50CF91
Text Example
Text Example
White with #50CF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CF91; }
p { color: rgb(80,207,145); }
H1.HeaderClassName
{
color: #50CF91;
}
.AnyTagClassName
{
color: #50CF91;
}
</style>
background-color css
<style>
a { background-color: #50CF91; }
a { background-color: rgb(80,207,145); }
div.DivClassName
{
background-color: #50CF91;
}
.BgClassName
{
background-color: #50CF91;
}
</style>
border-color css
<style>
span { border-color: #50CF91; }
span { border-color: rgb(80,207,145); }
td.TdClassName
{
border-color: #50CF91;
}
.TagClassName
{
border-color: #50CF91;
}
</style>