Shades of Silver Tree #74D28F
Tints of Silver Tree #74D28F
RGB
CMYK
RGB Variations
Color information
#74D28F (or 0x74D28F) is known color: Silver Tree. HEX triplet: 74, D2 and 8F. RGB value is (116,210,143). Sum of RGB (Red+Green+Blue) = 116+210+143=469 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.73% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 143 (56.25% from 255 or 30.49% from 469); Max value from RGB is 210 - color contains mainly: green. Hex color #74D28F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D28F is #8B2D70. Grayscale: #AEAEAE. Windows color (decimal): -9121137 or 9425524. OLE color: 9425524.
HSL color Cylindrical-coordinate representation of color #74D28F: hue angle of 137.23º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74D28F is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 210 | 143 | - |
| CMYK | 0.45 | 0 | 0.32 | 0.18 |
| HSL | 137.23º | 0.51% | 0.64% | - |
| HSV(B) | 137.23º | 0.45% | 0.82% | - |
| XYZ | 35.21 | 51.79 | 34.13 | - |
| YUV | 174.26 | 110.36 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 210 | 143 | 0.45 | 0 | 0.32 | 0.18 | 137.23 | 0.51 | 0.64 |
| Hex | 74 | D2 | 8F | 2D | 0 | 20 | 12 | 89 | 33 | 40 |
| Octal | 164 | 322 | 217 | 55 | 0 | 40 | 22 | 211 | 63 | 100 |
| Binary | 1110100 | 11010010 | 10001111 | 101101 | 0 | 100000 | 10010 | 10001001 | 110011 | 1000000 |
Color Harmonies of #74D28F
Complementary color
Monochromatic Colors of #74D28F
Black with #74D28F
Text Example
Text Example
White with #74D28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D28F; }
p { color: rgb(116,210,143); }
H1.HeaderClassName
{
color: #74D28F;
}
.AnyTagClassName
{
color: #74D28F;
}
</style>
background-color css
<style>
a { background-color: #74D28F; }
a { background-color: rgb(116,210,143); }
div.DivClassName
{
background-color: #74D28F;
}
.BgClassName
{
background-color: #74D28F;
}
</style>
border-color css
<style>
span { border-color: #74D28F; }
span { border-color: rgb(116,210,143); }
td.TdClassName
{
border-color: #74D28F;
}
.TagClassName
{
border-color: #74D28F;
}
</style>