Shades of Silver Tree #74DB96
Tints of Silver Tree #74DB96
RGB
CMYK
RGB Variations
Color information
#74DB96 (or 0x74DB96) is known color: Silver Tree. HEX triplet: 74, DB and 96. RGB value is (116,219,150). Sum of RGB (Red+Green+Blue) = 116+219+150=485 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.92% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #74DB96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DB96 is #8B2469. Grayscale: #B4B4B4. Windows color (decimal): -9118826 or 9886580. OLE color: 9886580.
HSL color Cylindrical-coordinate representation of color #74DB96: hue angle of 139.81º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DB96 is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 219 | 150 | - |
| CMYK | 0.47 | 0 | 0.32 | 0.14 |
| HSL | 139.81º | 0.59% | 0.66% | - |
| HSV(B) | 139.81º | 0.47% | 0.86% | - |
| XYZ | 38.04 | 56.58 | 37.77 | - |
| YUV | 180.34 | 110.88 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 219 | 150 | 0.47 | 0 | 0.32 | 0.14 | 139.81 | 0.59 | 0.66 |
| Hex | 74 | DB | 96 | 2F | 0 | 20 | E | 8C | 3B | 42 |
| Octal | 164 | 333 | 226 | 57 | 0 | 40 | 16 | 214 | 73 | 102 |
| Binary | 1110100 | 11011011 | 10010110 | 101111 | 0 | 100000 | 1110 | 10001100 | 111011 | 1000010 |
Color Harmonies of #74DB96
Complementary color
Monochromatic Colors of #74DB96
Black with #74DB96
Text Example
Text Example
White with #74DB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DB96; }
p { color: rgb(116,219,150); }
H1.HeaderClassName
{
color: #74DB96;
}
.AnyTagClassName
{
color: #74DB96;
}
</style>
background-color css
<style>
a { background-color: #74DB96; }
a { background-color: rgb(116,219,150); }
div.DivClassName
{
background-color: #74DB96;
}
.BgClassName
{
background-color: #74DB96;
}
</style>
border-color css
<style>
span { border-color: #74DB96; }
span { border-color: rgb(116,219,150); }
td.TdClassName
{
border-color: #74DB96;
}
.TagClassName
{
border-color: #74DB96;
}
</style>