Shades of Silver Tree #65CA94
Tints of Silver Tree #65CA94
RGB
CMYK
RGB Variations
Color information
#65CA94 (or 0x65CA94) is known color: Silver Tree. HEX triplet: 65, CA and 94. RGB value is (101,202,148). Sum of RGB (Red+Green+Blue) = 101+202+148=451 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.39% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 148 (58.20% from 255 or 32.82% from 451); Max value from RGB is 202 - color contains mainly: green. Hex color #65CA94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CA94 is #9A356B. Grayscale: #A5A5A5. Windows color (decimal): -10106220 or 9751141. OLE color: 9751141.
HSL color Cylindrical-coordinate representation of color #65CA94: hue angle of 147.92º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65CA94 is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 202 | 148 | - |
| CMYK | 0.50 | 0 | 0.27 | 0.21 |
| HSL | 147.92º | 0.49% | 0.59% | - |
| HSV(B) | 147.92º | 0.5% | 0.79% | - |
| XYZ | 31.83 | 47.15 | 35.44 | - |
| YUV | 165.65 | 118.04 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 202 | 148 | 0.50 | 0 | 0.27 | 0.21 | 147.92 | 0.49 | 0.59 |
| Hex | 65 | CA | 94 | 32 | 0 | 1B | 15 | 94 | 31 | 3B |
| Octal | 145 | 312 | 224 | 62 | 0 | 33 | 25 | 224 | 61 | 73 |
| Binary | 1100101 | 11001010 | 10010100 | 110010 | 0 | 11011 | 10101 | 10010100 | 110001 | 111011 |
Color Harmonies of #65CA94
Complementary color
Monochromatic Colors of #65CA94
Black with #65CA94
Text Example
Text Example
White with #65CA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CA94; }
p { color: rgb(101,202,148); }
H1.HeaderClassName
{
color: #65CA94;
}
.AnyTagClassName
{
color: #65CA94;
}
</style>
background-color css
<style>
a { background-color: #65CA94; }
a { background-color: rgb(101,202,148); }
div.DivClassName
{
background-color: #65CA94;
}
.BgClassName
{
background-color: #65CA94;
}
</style>
border-color css
<style>
span { border-color: #65CA94; }
span { border-color: rgb(101,202,148); }
td.TdClassName
{
border-color: #65CA94;
}
.TagClassName
{
border-color: #65CA94;
}
</style>