Shades of Silver Tree #74DA9A
Tints of Silver Tree #74DA9A
RGB
CMYK
RGB Variations
Color information
#74DA9A (or 0x74DA9A) is known color: Silver Tree. HEX triplet: 74, DA and 9A. RGB value is (116,218,154). Sum of RGB (Red+Green+Blue) = 116+218+154=488 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.77% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #74DA9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DA9A is #8B2565. Grayscale: #B4B4B4. Windows color (decimal): -9119078 or 10148468. OLE color: 10148468.
HSL color Cylindrical-coordinate representation of color #74DA9A: hue angle of 142.35º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DA9A is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 218 | 154 | - |
| CMYK | 0.47 | 0 | 0.29 | 0.15 |
| HSL | 142.35º | 0.58% | 0.65% | - |
| HSV(B) | 142.35º | 0.47% | 0.85% | - |
| XYZ | 38.11 | 56.19 | 39.41 | - |
| YUV | 180.21 | 113.21 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 218 | 154 | 0.47 | 0 | 0.29 | 0.15 | 142.35 | 0.58 | 0.65 |
| Hex | 74 | DA | 9A | 2F | 0 | 1D | F | 8E | 3A | 41 |
| Octal | 164 | 332 | 232 | 57 | 0 | 35 | 17 | 216 | 72 | 101 |
| Binary | 1110100 | 11011010 | 10011010 | 101111 | 0 | 11101 | 1111 | 10001110 | 111010 | 1000001 |
Color Harmonies of #74DA9A
Complementary color
Monochromatic Colors of #74DA9A
Black with #74DA9A
Text Example
Text Example
White with #74DA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DA9A; }
p { color: rgb(116,218,154); }
H1.HeaderClassName
{
color: #74DA9A;
}
.AnyTagClassName
{
color: #74DA9A;
}
</style>
background-color css
<style>
a { background-color: #74DA9A; }
a { background-color: rgb(116,218,154); }
div.DivClassName
{
background-color: #74DA9A;
}
.BgClassName
{
background-color: #74DA9A;
}
</style>
border-color css
<style>
span { border-color: #74DA9A; }
span { border-color: rgb(116,218,154); }
td.TdClassName
{
border-color: #74DA9A;
}
.TagClassName
{
border-color: #74DA9A;
}
</style>