Shades of Silver Tree #65DD90
Tints of Silver Tree #65DD90
RGB
CMYK
RGB Variations
Color information
#65DD90 (or 0x65DD90) is known color: Silver Tree. HEX triplet: 65, DD and 90. RGB value is (101,221,144). Sum of RGB (Red+Green+Blue) = 101+221+144=466 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.67% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #65DD90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65DD90 is #9A226F. Grayscale: #B0B0B0. Windows color (decimal): -10101360 or 9493861. OLE color: 9493861.
HSL color Cylindrical-coordinate representation of color #65DD90: hue angle of 141.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DD90 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 221 | 144 | - |
| CMYK | 0.54 | 0 | 0.35 | 0.13 |
| HSL | 141.5º | 0.64% | 0.63% | - |
| HSV(B) | 141.5º | 0.54% | 0.87% | - |
| XYZ | 36.26 | 56.49 | 35.38 | - |
| YUV | 176.34 | 109.74 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 221 | 144 | 0.54 | 0 | 0.35 | 0.13 | 141.5 | 0.64 | 0.63 |
| Hex | 65 | DD | 90 | 36 | 0 | 23 | D | 8E | 40 | 3F |
| Octal | 145 | 335 | 220 | 66 | 0 | 43 | 15 | 216 | 100 | 77 |
| Binary | 1100101 | 11011101 | 10010000 | 110110 | 0 | 100011 | 1101 | 10001110 | 1000000 | 111111 |
Color Harmonies of #65DD90
Complementary color
Monochromatic Colors of #65DD90
Black with #65DD90
Text Example
Text Example
White with #65DD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DD90; }
p { color: rgb(101,221,144); }
H1.HeaderClassName
{
color: #65DD90;
}
.AnyTagClassName
{
color: #65DD90;
}
</style>
background-color css
<style>
a { background-color: #65DD90; }
a { background-color: rgb(101,221,144); }
div.DivClassName
{
background-color: #65DD90;
}
.BgClassName
{
background-color: #65DD90;
}
</style>
border-color css
<style>
span { border-color: #65DD90; }
span { border-color: rgb(101,221,144); }
td.TdClassName
{
border-color: #65DD90;
}
.TagClassName
{
border-color: #65DD90;
}
</style>