Shades of Silver Tree #65CD90
Tints of Silver Tree #65CD90
RGB
CMYK
RGB Variations
Color information
#65CD90 (or 0x65CD90) is known color: Silver Tree. HEX triplet: 65, CD and 90. RGB value is (101,205,144). Sum of RGB (Red+Green+Blue) = 101+205+144=450 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.44% from 450); Green value is 205 (80.47% from 255 or 45.56% from 450); Blue value is 144 (56.64% from 255 or 32% from 450); Max value from RGB is 205 - color contains mainly: green. Hex color #65CD90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CD90 is #9A326F. Grayscale: #A7A7A7. Windows color (decimal): -10105456 or 9489765. OLE color: 9489765.
HSL color Cylindrical-coordinate representation of color #65CD90: hue angle of 144.81º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65CD90 is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 205 | 144 | - |
| CMYK | 0.51 | 0 | 0.30 | 0.20 |
| HSL | 144.81º | 0.51% | 0.6% | - |
| HSV(B) | 144.81º | 0.51% | 0.8% | - |
| XYZ | 32.23 | 48.44 | 34.04 | - |
| YUV | 166.95 | 115.04 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 205 | 144 | 0.51 | 0 | 0.30 | 0.20 | 144.81 | 0.51 | 0.6 |
| Hex | 65 | CD | 90 | 33 | 0 | 1E | 14 | 91 | 33 | 3C |
| Octal | 145 | 315 | 220 | 63 | 0 | 36 | 24 | 221 | 63 | 74 |
| Binary | 1100101 | 11001101 | 10010000 | 110011 | 0 | 11110 | 10100 | 10010001 | 110011 | 111100 |
Color Harmonies of #65CD90
Complementary color
Monochromatic Colors of #65CD90
Black with #65CD90
Text Example
Text Example
White with #65CD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CD90; }
p { color: rgb(101,205,144); }
H1.HeaderClassName
{
color: #65CD90;
}
.AnyTagClassName
{
color: #65CD90;
}
</style>
background-color css
<style>
a { background-color: #65CD90; }
a { background-color: rgb(101,205,144); }
div.DivClassName
{
background-color: #65CD90;
}
.BgClassName
{
background-color: #65CD90;
}
</style>
border-color css
<style>
span { border-color: #65CD90; }
span { border-color: rgb(101,205,144); }
td.TdClassName
{
border-color: #65CD90;
}
.TagClassName
{
border-color: #65CD90;
}
</style>