Shades of Silver Tree #65CB95
Tints of Silver Tree #65CB95
RGB
CMYK
RGB Variations
Color information
#65CB95 (or 0x65CB95) is known color: Silver Tree. HEX triplet: 65, CB and 95. RGB value is (101,203,149). Sum of RGB (Red+Green+Blue) = 101+203+149=453 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.30% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 203 - color contains mainly: green. Hex color #65CB95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CB95 is #9A346A. Grayscale: #A6A6A6. Windows color (decimal): -10105963 or 9816933. OLE color: 9816933.
HSL color Cylindrical-coordinate representation of color #65CB95: hue angle of 148.24º 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 #65CB95 is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 203 | 149 | - |
| CMYK | 0.50 | 0 | 0.27 | 0.20 |
| HSL | 148.24º | 0.5% | 0.6% | - |
| HSV(B) | 148.24º | 0.5% | 0.8% | - |
| XYZ | 32.15 | 47.65 | 35.94 | - |
| YUV | 166.35 | 118.21 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 203 | 149 | 0.50 | 0 | 0.27 | 0.20 | 148.24 | 0.5 | 0.6 |
| Hex | 65 | CB | 95 | 32 | 0 | 1B | 14 | 94 | 32 | 3C |
| Octal | 145 | 313 | 225 | 62 | 0 | 33 | 24 | 224 | 62 | 74 |
| Binary | 1100101 | 11001011 | 10010101 | 110010 | 0 | 11011 | 10100 | 10010100 | 110010 | 111100 |
Color Harmonies of #65CB95
Complementary color
Monochromatic Colors of #65CB95
Black with #65CB95
Text Example
Text Example
White with #65CB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CB95; }
p { color: rgb(101,203,149); }
H1.HeaderClassName
{
color: #65CB95;
}
.AnyTagClassName
{
color: #65CB95;
}
</style>
background-color css
<style>
a { background-color: #65CB95; }
a { background-color: rgb(101,203,149); }
div.DivClassName
{
background-color: #65CB95;
}
.BgClassName
{
background-color: #65CB95;
}
</style>
border-color css
<style>
span { border-color: #65CB95; }
span { border-color: rgb(101,203,149); }
td.TdClassName
{
border-color: #65CB95;
}
.TagClassName
{
border-color: #65CB95;
}
</style>