Shades of Silver Tree #74D994
Tints of Silver Tree #74D994
RGB
CMYK
RGB Variations
Color information
#74D994 (or 0x74D994) is known color: Silver Tree. HEX triplet: 74, D9 and 94. RGB value is (116,217,148). Sum of RGB (Red+Green+Blue) = 116+217+148=481 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.12% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 217 - color contains mainly: green. Hex color #74D994 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D994 is #8B266B. Grayscale: #B3B3B3. Windows color (decimal): -9119340 or 9754996. OLE color: 9754996.
HSL color Cylindrical-coordinate representation of color #74D994: hue angle of 139.01º degrees, saturation: 0.57, 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 #74D994 is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 217 | 148 | - |
| CMYK | 0.47 | 0 | 0.32 | 0.15 |
| HSL | 139.01º | 0.57% | 0.65% | - |
| HSV(B) | 139.01º | 0.47% | 0.85% | - |
| XYZ | 37.36 | 55.48 | 36.76 | - |
| YUV | 178.94 | 110.54 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 217 | 148 | 0.47 | 0 | 0.32 | 0.15 | 139.01 | 0.57 | 0.65 |
| Hex | 74 | D9 | 94 | 2F | 0 | 20 | F | 8B | 39 | 41 |
| Octal | 164 | 331 | 224 | 57 | 0 | 40 | 17 | 213 | 71 | 101 |
| Binary | 1110100 | 11011001 | 10010100 | 101111 | 0 | 100000 | 1111 | 10001011 | 111001 | 1000001 |
Color Harmonies of #74D994
Complementary color
Monochromatic Colors of #74D994
Black with #74D994
Text Example
Text Example
White with #74D994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D994; }
p { color: rgb(116,217,148); }
H1.HeaderClassName
{
color: #74D994;
}
.AnyTagClassName
{
color: #74D994;
}
</style>
background-color css
<style>
a { background-color: #74D994; }
a { background-color: rgb(116,217,148); }
div.DivClassName
{
background-color: #74D994;
}
.BgClassName
{
background-color: #74D994;
}
</style>
border-color css
<style>
span { border-color: #74D994; }
span { border-color: rgb(116,217,148); }
td.TdClassName
{
border-color: #74D994;
}
.TagClassName
{
border-color: #74D994;
}
</style>