Shades of Silver Tree #65DC8A
Tints of Silver Tree #65DC8A
RGB
CMYK
RGB Variations
Color information
#65DC8A (or 0x65DC8A) is known color: Silver Tree. HEX triplet: 65, DC and 8A. RGB value is (101,220,138). Sum of RGB (Red+Green+Blue) = 101+220+138=459 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.00% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #65DC8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65DC8A is #9A2375. Grayscale: #AFAFAF. Windows color (decimal): -10101622 or 9100389. OLE color: 9100389.
HSL color Cylindrical-coordinate representation of color #65DC8A: hue angle of 138.66º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DC8A is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 220 | 138 | - |
| CMYK | 0.54 | 0 | 0.37 | 0.14 |
| HSL | 138.66º | 0.63% | 0.63% | - |
| HSV(B) | 138.66º | 0.54% | 0.86% | - |
| XYZ | 35.55 | 55.79 | 32.94 | - |
| YUV | 175.07 | 107.08 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 220 | 138 | 0.54 | 0 | 0.37 | 0.14 | 138.66 | 0.63 | 0.63 |
| Hex | 65 | DC | 8A | 36 | 0 | 25 | E | 8B | 3F | 3F |
| Octal | 145 | 334 | 212 | 66 | 0 | 45 | 16 | 213 | 77 | 77 |
| Binary | 1100101 | 11011100 | 10001010 | 110110 | 0 | 100101 | 1110 | 10001011 | 111111 | 111111 |
Color Harmonies of #65DC8A
Complementary color
Monochromatic Colors of #65DC8A
Black with #65DC8A
Text Example
Text Example
White with #65DC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DC8A; }
p { color: rgb(101,220,138); }
H1.HeaderClassName
{
color: #65DC8A;
}
.AnyTagClassName
{
color: #65DC8A;
}
</style>
background-color css
<style>
a { background-color: #65DC8A; }
a { background-color: rgb(101,220,138); }
div.DivClassName
{
background-color: #65DC8A;
}
.BgClassName
{
background-color: #65DC8A;
}
</style>
border-color css
<style>
span { border-color: #65DC8A; }
span { border-color: rgb(101,220,138); }
td.TdClassName
{
border-color: #65DC8A;
}
.TagClassName
{
border-color: #65DC8A;
}
</style>