Shades of Silver Tree #74D492
Tints of Silver Tree #74D492
RGB
CMYK
RGB Variations
Color information
#74D492 (or 0x74D492) is known color: Silver Tree. HEX triplet: 74, D4 and 92. RGB value is (116,212,146). Sum of RGB (Red+Green+Blue) = 116+212+146=474 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.47% from 474); Green value is 212 (83.20% from 255 or 44.73% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 212 - color contains mainly: green. Hex color #74D492 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D492 is #8B2B6D. Grayscale: #AFAFAF. Windows color (decimal): -9120622 or 9622644. OLE color: 9622644.
HSL color Cylindrical-coordinate representation of color #74D492: hue angle of 138.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 #74D492 is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 116 | 212 | 146 | - |
| CMYK | 0.45 | 0 | 0.31 | 0.17 |
| HSL | 138.75º | 0.53% | 0.64% | - |
| HSV(B) | 138.75º | 0.45% | 0.83% | - |
| XYZ | 35.93 | 52.88 | 35.51 | - |
| YUV | 175.77 | 111.2 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 212 | 146 | 0.45 | 0 | 0.31 | 0.17 | 138.75 | 0.53 | 0.64 |
| Hex | 74 | D4 | 92 | 2D | 0 | 1F | 11 | 8B | 35 | 40 |
| Octal | 164 | 324 | 222 | 55 | 0 | 37 | 21 | 213 | 65 | 100 |
| Binary | 1110100 | 11010100 | 10010010 | 101101 | 0 | 11111 | 10001 | 10001011 | 110101 | 1000000 |
Color Harmonies of #74D492
Complementary color
Monochromatic Colors of #74D492
Black with #74D492
Text Example
Text Example
White with #74D492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D492; }
p { color: rgb(116,212,146); }
H1.HeaderClassName
{
color: #74D492;
}
.AnyTagClassName
{
color: #74D492;
}
</style>
background-color css
<style>
a { background-color: #74D492; }
a { background-color: rgb(116,212,146); }
div.DivClassName
{
background-color: #74D492;
}
.BgClassName
{
background-color: #74D492;
}
</style>
border-color css
<style>
span { border-color: #74D492; }
span { border-color: rgb(116,212,146); }
td.TdClassName
{
border-color: #74D492;
}
.TagClassName
{
border-color: #74D492;
}
</style>