Shades of Silver Tree #65E194
Tints of Silver Tree #65E194
RGB
CMYK
RGB Variations
Color information
#65E194 (or 0x65E194) is known color: Silver Tree. HEX triplet: 65, E1 and 94. RGB value is (101,225,148). Sum of RGB (Red+Green+Blue) = 101+225+148=474 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.31% from 474); Green value is 225 (88.28% from 255 or 47.47% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 225 - color contains mainly: green. Hex color #65E194 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65E194 is #9A1E6B. Grayscale: #B3B3B3. Windows color (decimal): -10100332 or 9757029. OLE color: 9757029.
HSL color Cylindrical-coordinate representation of color #65E194: hue angle of 142.74º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65E194 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 225 | 148 | - |
| CMYK | 0.55 | 0 | 0.34 | 0.12 |
| HSL | 142.74º | 0.67% | 0.64% | - |
| HSV(B) | 142.74º | 0.55% | 0.88% | - |
| XYZ | 37.64 | 58.76 | 37.37 | - |
| YUV | 179.15 | 110.42 | 72.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 225 | 148 | 0.55 | 0 | 0.34 | 0.12 | 142.74 | 0.67 | 0.64 |
| Hex | 65 | E1 | 94 | 37 | 0 | 22 | C | 8F | 43 | 40 |
| Octal | 145 | 341 | 224 | 67 | 0 | 42 | 14 | 217 | 103 | 100 |
| Binary | 1100101 | 11100001 | 10010100 | 110111 | 0 | 100010 | 1100 | 10001111 | 1000011 | 1000000 |
Color Harmonies of #65E194
Complementary color
Monochromatic Colors of #65E194
Black with #65E194
Text Example
Text Example
White with #65E194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E194; }
p { color: rgb(101,225,148); }
H1.HeaderClassName
{
color: #65E194;
}
.AnyTagClassName
{
color: #65E194;
}
</style>
background-color css
<style>
a { background-color: #65E194; }
a { background-color: rgb(101,225,148); }
div.DivClassName
{
background-color: #65E194;
}
.BgClassName
{
background-color: #65E194;
}
</style>
border-color css
<style>
span { border-color: #65E194; }
span { border-color: rgb(101,225,148); }
td.TdClassName
{
border-color: #65E194;
}
.TagClassName
{
border-color: #65E194;
}
</style>