Shades of Silver Tree #65C990
Tints of Silver Tree #65C990
RGB
CMYK
RGB Variations
Color information
#65C990 (or 0x65C990) is known color: Silver Tree. HEX triplet: 65, C9 and 90. RGB value is (101,201,144). Sum of RGB (Red+Green+Blue) = 101+201+144=446 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.65% from 446); Green value is 201 (78.91% from 255 or 45.07% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 201 - color contains mainly: green. Hex color #65C990 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C990 is #9A366F. Grayscale: #A4A4A4. Windows color (decimal): -10106480 or 9488741. OLE color: 9488741.
HSL color Cylindrical-coordinate representation of color #65C990: hue angle of 145.8º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65C990 is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 201 | 144 | - |
| CMYK | 0.50 | 0 | 0.28 | 0.21 |
| HSL | 145.8º | 0.48% | 0.59% | - |
| HSV(B) | 145.8º | 0.5% | 0.79% | - |
| XYZ | 31.29 | 46.55 | 33.72 | - |
| YUV | 164.6 | 116.37 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 201 | 144 | 0.50 | 0 | 0.28 | 0.21 | 145.8 | 0.48 | 0.59 |
| Hex | 65 | C9 | 90 | 32 | 0 | 1C | 15 | 92 | 30 | 3B |
| Octal | 145 | 311 | 220 | 62 | 0 | 34 | 25 | 222 | 60 | 73 |
| Binary | 1100101 | 11001001 | 10010000 | 110010 | 0 | 11100 | 10101 | 10010010 | 110000 | 111011 |
Color Harmonies of #65C990
Complementary color
Monochromatic Colors of #65C990
Black with #65C990
Text Example
Text Example
White with #65C990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C990; }
p { color: rgb(101,201,144); }
H1.HeaderClassName
{
color: #65C990;
}
.AnyTagClassName
{
color: #65C990;
}
</style>
background-color css
<style>
a { background-color: #65C990; }
a { background-color: rgb(101,201,144); }
div.DivClassName
{
background-color: #65C990;
}
.BgClassName
{
background-color: #65C990;
}
</style>
border-color css
<style>
span { border-color: #65C990; }
span { border-color: rgb(101,201,144); }
td.TdClassName
{
border-color: #65C990;
}
.TagClassName
{
border-color: #65C990;
}
</style>