Shades of Silver Tree #73DB94
Tints of Silver Tree #73DB94
RGB
CMYK
RGB Variations
Color information
#73DB94 (or 0x73DB94) is known color: Silver Tree. HEX triplet: 73, DB and 94. RGB value is (115,219,148). Sum of RGB (Red+Green+Blue) = 115+219+148=482 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.86% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #73DB94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DB94 is #8C246B. Grayscale: #B3B3B3. Windows color (decimal): -9184364 or 9755507. OLE color: 9755507.
HSL color Cylindrical-coordinate representation of color #73DB94: hue angle of 139.04º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73DB94 is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 219 | 148 | - |
| CMYK | 0.47 | 0 | 0.32 | 0.14 |
| HSL | 139.04º | 0.59% | 0.65% | - |
| HSV(B) | 139.04º | 0.47% | 0.86% | - |
| XYZ | 37.75 | 56.45 | 36.92 | - |
| YUV | 179.81 | 110.04 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 219 | 148 | 0.47 | 0 | 0.32 | 0.14 | 139.04 | 0.59 | 0.65 |
| Hex | 73 | DB | 94 | 2F | 0 | 20 | E | 8B | 3B | 41 |
| Octal | 163 | 333 | 224 | 57 | 0 | 40 | 16 | 213 | 73 | 101 |
| Binary | 1110011 | 11011011 | 10010100 | 101111 | 0 | 100000 | 1110 | 10001011 | 111011 | 1000001 |
Color Harmonies of #73DB94
Complementary color
Monochromatic Colors of #73DB94
Black with #73DB94
Text Example
Text Example
White with #73DB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DB94; }
p { color: rgb(115,219,148); }
H1.HeaderClassName
{
color: #73DB94;
}
.AnyTagClassName
{
color: #73DB94;
}
</style>
background-color css
<style>
a { background-color: #73DB94; }
a { background-color: rgb(115,219,148); }
div.DivClassName
{
background-color: #73DB94;
}
.BgClassName
{
background-color: #73DB94;
}
</style>
border-color css
<style>
span { border-color: #73DB94; }
span { border-color: rgb(115,219,148); }
td.TdClassName
{
border-color: #73DB94;
}
.TagClassName
{
border-color: #73DB94;
}
</style>