Shades of Silver Tree #65CB85
Tints of Silver Tree #65CB85
RGB
CMYK
RGB Variations
Color information
#65CB85 (or 0x65CB85) is known color: Silver Tree. HEX triplet: 65, CB and 85. RGB value is (101,203,133). Sum of RGB (Red+Green+Blue) = 101+203+133=437 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.11% from 437); Green value is 203 (79.69% from 255 or 46.45% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 203 - color contains mainly: green. Hex color #65CB85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CB85 is #9A347A. Grayscale: #A4A4A4. Windows color (decimal): -10105979 or 8768357. OLE color: 8768357.
HSL color Cylindrical-coordinate representation of color #65CB85: hue angle of 138.82º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65CB85 is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 203 | 133 | - |
| CMYK | 0.50 | 0 | 0.34 | 0.20 |
| HSL | 138.82º | 0.5% | 0.6% | - |
| HSV(B) | 138.82º | 0.5% | 0.8% | - |
| XYZ | 30.96 | 47.17 | 29.66 | - |
| YUV | 164.52 | 110.21 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 203 | 133 | 0.50 | 0 | 0.34 | 0.20 | 138.82 | 0.5 | 0.6 |
| Hex | 65 | CB | 85 | 32 | 0 | 22 | 14 | 8B | 32 | 3C |
| Octal | 145 | 313 | 205 | 62 | 0 | 42 | 24 | 213 | 62 | 74 |
| Binary | 1100101 | 11001011 | 10000101 | 110010 | 0 | 100010 | 10100 | 10001011 | 110010 | 111100 |
Color Harmonies of #65CB85
Complementary color
Monochromatic Colors of #65CB85
Black with #65CB85
Text Example
Text Example
White with #65CB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CB85; }
p { color: rgb(101,203,133); }
H1.HeaderClassName
{
color: #65CB85;
}
.AnyTagClassName
{
color: #65CB85;
}
</style>
background-color css
<style>
a { background-color: #65CB85; }
a { background-color: rgb(101,203,133); }
div.DivClassName
{
background-color: #65CB85;
}
.BgClassName
{
background-color: #65CB85;
}
</style>
border-color css
<style>
span { border-color: #65CB85; }
span { border-color: rgb(101,203,133); }
td.TdClassName
{
border-color: #65CB85;
}
.TagClassName
{
border-color: #65CB85;
}
</style>