Shades of Silver Tree #65C280
Tints of Silver Tree #65C280
RGB
CMYK
RGB Variations
Color information
#65C280 (or 0x65C280) is known color: Silver Tree. HEX triplet: 65, C2 and 80. RGB value is (101,194,128). Sum of RGB (Red+Green+Blue) = 101+194+128=423 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.88% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 194 - color contains mainly: green. Hex color #65C280 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C280 is #9A3D7F. Grayscale: #9E9E9E. Windows color (decimal): -10108288 or 8438373. OLE color: 8438373.
HSL color Cylindrical-coordinate representation of color #65C280: hue angle of 137.42º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65C280 is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 194 | 128 | - |
| CMYK | 0.48 | 0 | 0.34 | 0.24 |
| HSL | 137.42º | 0.43% | 0.58% | - |
| HSV(B) | 137.42º | 0.48% | 0.76% | - |
| XYZ | 28.55 | 42.91 | 27.2 | - |
| YUV | 158.67 | 110.69 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 194 | 128 | 0.48 | 0 | 0.34 | 0.24 | 137.42 | 0.43 | 0.58 |
| Hex | 65 | C2 | 80 | 30 | 0 | 22 | 18 | 89 | 2B | 3A |
| Octal | 145 | 302 | 200 | 60 | 0 | 42 | 30 | 211 | 53 | 72 |
| Binary | 1100101 | 11000010 | 10000000 | 110000 | 0 | 100010 | 11000 | 10001001 | 101011 | 111010 |
Color Harmonies of #65C280
Complementary color
Monochromatic Colors of #65C280
Black with #65C280
Text Example
Text Example
White with #65C280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C280; }
p { color: rgb(101,194,128); }
H1.HeaderClassName
{
color: #65C280;
}
.AnyTagClassName
{
color: #65C280;
}
</style>
background-color css
<style>
a { background-color: #65C280; }
a { background-color: rgb(101,194,128); }
div.DivClassName
{
background-color: #65C280;
}
.BgClassName
{
background-color: #65C280;
}
</style>
border-color css
<style>
span { border-color: #65C280; }
span { border-color: rgb(101,194,128); }
td.TdClassName
{
border-color: #65C280;
}
.TagClassName
{
border-color: #65C280;
}
</style>