Shades of Silver Tree #74D49A
Tints of Silver Tree #74D49A
RGB
CMYK
RGB Variations
Color information
#74D49A (or 0x74D49A) is known color: Silver Tree. HEX triplet: 74, D4 and 9A. RGB value is (116,212,154). Sum of RGB (Red+Green+Blue) = 116+212+154=482 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.07% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 212 - color contains mainly: green. Hex color #74D49A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D49A is #8B2B65. Grayscale: #B0B0B0. Windows color (decimal): -9120614 or 10146932. OLE color: 10146932.
HSL color Cylindrical-coordinate representation of color #74D49A: hue angle of 143.75º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74D49A is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 116 | 212 | 154 | - |
| CMYK | 0.45 | 0 | 0.27 | 0.17 |
| HSL | 143.75º | 0.53% | 0.64% | - |
| HSV(B) | 143.75º | 0.45% | 0.83% | - |
| XYZ | 36.58 | 53.13 | 38.9 | - |
| YUV | 176.68 | 115.2 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 212 | 154 | 0.45 | 0 | 0.27 | 0.17 | 143.75 | 0.53 | 0.64 |
| Hex | 74 | D4 | 9A | 2D | 0 | 1B | 11 | 90 | 35 | 40 |
| Octal | 164 | 324 | 232 | 55 | 0 | 33 | 21 | 220 | 65 | 100 |
| Binary | 1110100 | 11010100 | 10011010 | 101101 | 0 | 11011 | 10001 | 10010000 | 110101 | 1000000 |
Color Harmonies of #74D49A
Complementary color
Monochromatic Colors of #74D49A
Black with #74D49A
Text Example
Text Example
White with #74D49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D49A; }
p { color: rgb(116,212,154); }
H1.HeaderClassName
{
color: #74D49A;
}
.AnyTagClassName
{
color: #74D49A;
}
</style>
background-color css
<style>
a { background-color: #74D49A; }
a { background-color: rgb(116,212,154); }
div.DivClassName
{
background-color: #74D49A;
}
.BgClassName
{
background-color: #74D49A;
}
</style>
border-color css
<style>
span { border-color: #74D49A; }
span { border-color: rgb(116,212,154); }
td.TdClassName
{
border-color: #74D49A;
}
.TagClassName
{
border-color: #74D49A;
}
</style>