Shades of Silver Tree #65DD8A
Tints of Silver Tree #65DD8A
RGB
CMYK
RGB Variations
Color information
#65DD8A (or 0x65DD8A) is known color: Silver Tree. HEX triplet: 65, DD and 8A. RGB value is (101,221,138). Sum of RGB (Red+Green+Blue) = 101+221+138=460 (60% of max value = 765). Red value is 101 (39.84% from 255 or 21.96% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #65DD8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65DD8A is #9A2275. Grayscale: #AFAFAF. Windows color (decimal): -10101366 or 9100645. OLE color: 9100645.
HSL color Cylindrical-coordinate representation of color #65DD8A: hue angle of 138.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 #65DD8A is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 221 | 138 | - |
| CMYK | 0.54 | 0 | 0.38 | 0.13 |
| HSL | 138.5º | 0.64% | 0.63% | - |
| HSV(B) | 138.5º | 0.54% | 0.87% | - |
| XYZ | 35.81 | 56.31 | 33.03 | - |
| YUV | 175.66 | 106.74 | 74.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 221 | 138 | 0.54 | 0 | 0.38 | 0.13 | 138.5 | 0.64 | 0.63 |
| Hex | 65 | DD | 8A | 36 | 0 | 26 | D | 8A | 40 | 3F |
| Octal | 145 | 335 | 212 | 66 | 0 | 46 | 15 | 212 | 100 | 77 |
| Binary | 1100101 | 11011101 | 10001010 | 110110 | 0 | 100110 | 1101 | 10001010 | 1000000 | 111111 |
Color Harmonies of #65DD8A
Complementary color
Monochromatic Colors of #65DD8A
Black with #65DD8A
Text Example
Text Example
White with #65DD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DD8A; }
p { color: rgb(101,221,138); }
H1.HeaderClassName
{
color: #65DD8A;
}
.AnyTagClassName
{
color: #65DD8A;
}
</style>
background-color css
<style>
a { background-color: #65DD8A; }
a { background-color: rgb(101,221,138); }
div.DivClassName
{
background-color: #65DD8A;
}
.BgClassName
{
background-color: #65DD8A;
}
</style>
border-color css
<style>
span { border-color: #65DD8A; }
span { border-color: rgb(101,221,138); }
td.TdClassName
{
border-color: #65DD8A;
}
.TagClassName
{
border-color: #65DD8A;
}
</style>