Shades of Silver Tree #65CE85
Tints of Silver Tree #65CE85
RGB
CMYK
RGB Variations
Color information
#65CE85 (or 0x65CE85) is known color: Silver Tree. HEX triplet: 65, CE and 85. RGB value is (101,206,133). Sum of RGB (Red+Green+Blue) = 101+206+133=440 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.95% from 440); Green value is 206 (80.86% from 255 or 46.82% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 206 - color contains mainly: green. Hex color #65CE85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CE85 is #9A317A. Grayscale: #A6A6A6. Windows color (decimal): -10105211 or 8769125. OLE color: 8769125.
HSL color Cylindrical-coordinate representation of color #65CE85: hue angle of 138.29º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65CE85 is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 206 | 133 | - |
| CMYK | 0.51 | 0 | 0.35 | 0.19 |
| HSL | 138.29º | 0.52% | 0.6% | - |
| HSV(B) | 138.29º | 0.51% | 0.81% | - |
| XYZ | 31.67 | 48.6 | 29.9 | - |
| YUV | 166.28 | 109.21 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 206 | 133 | 0.51 | 0 | 0.35 | 0.19 | 138.29 | 0.52 | 0.6 |
| Hex | 65 | CE | 85 | 33 | 0 | 23 | 13 | 8A | 34 | 3C |
| Octal | 145 | 316 | 205 | 63 | 0 | 43 | 23 | 212 | 64 | 74 |
| Binary | 1100101 | 11001110 | 10000101 | 110011 | 0 | 100011 | 10011 | 10001010 | 110100 | 111100 |
Color Harmonies of #65CE85
Complementary color
Monochromatic Colors of #65CE85
Black with #65CE85
Text Example
Text Example
White with #65CE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CE85; }
p { color: rgb(101,206,133); }
H1.HeaderClassName
{
color: #65CE85;
}
.AnyTagClassName
{
color: #65CE85;
}
</style>
background-color css
<style>
a { background-color: #65CE85; }
a { background-color: rgb(101,206,133); }
div.DivClassName
{
background-color: #65CE85;
}
.BgClassName
{
background-color: #65CE85;
}
</style>
border-color css
<style>
span { border-color: #65CE85; }
span { border-color: rgb(101,206,133); }
td.TdClassName
{
border-color: #65CE85;
}
.TagClassName
{
border-color: #65CE85;
}
</style>