Shades of Silver Tree #74DD9A
Tints of Silver Tree #74DD9A
RGB
CMYK
RGB Variations
Color information
#74DD9A (or 0x74DD9A) is known color: Silver Tree. HEX triplet: 74, DD and 9A. RGB value is (116,221,154). Sum of RGB (Red+Green+Blue) = 116+221+154=491 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.63% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #74DD9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DD9A is #8B2265. Grayscale: #B6B6B6. Windows color (decimal): -9118310 or 10149236. OLE color: 10149236.
HSL color Cylindrical-coordinate representation of color #74DD9A: hue angle of 141.71º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74DD9A is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 221 | 154 | - |
| CMYK | 0.48 | 0 | 0.30 | 0.13 |
| HSL | 141.71º | 0.61% | 0.66% | - |
| HSV(B) | 141.71º | 0.48% | 0.87% | - |
| XYZ | 38.89 | 57.76 | 39.67 | - |
| YUV | 181.97 | 112.21 | 80.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 221 | 154 | 0.48 | 0 | 0.30 | 0.13 | 141.71 | 0.61 | 0.66 |
| Hex | 74 | DD | 9A | 30 | 0 | 1E | D | 8E | 3D | 42 |
| Octal | 164 | 335 | 232 | 60 | 0 | 36 | 15 | 216 | 75 | 102 |
| Binary | 1110100 | 11011101 | 10011010 | 110000 | 0 | 11110 | 1101 | 10001110 | 111101 | 1000010 |
Color Harmonies of #74DD9A
Complementary color
Monochromatic Colors of #74DD9A
Black with #74DD9A
Text Example
Text Example
White with #74DD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DD9A; }
p { color: rgb(116,221,154); }
H1.HeaderClassName
{
color: #74DD9A;
}
.AnyTagClassName
{
color: #74DD9A;
}
</style>
background-color css
<style>
a { background-color: #74DD9A; }
a { background-color: rgb(116,221,154); }
div.DivClassName
{
background-color: #74DD9A;
}
.BgClassName
{
background-color: #74DD9A;
}
</style>
border-color css
<style>
span { border-color: #74DD9A; }
span { border-color: rgb(116,221,154); }
td.TdClassName
{
border-color: #74DD9A;
}
.TagClassName
{
border-color: #74DD9A;
}
</style>