Shades of Silver Tree #74C28F
Tints of Silver Tree #74C28F
RGB
CMYK
RGB Variations
Color information
#74C28F (or 0x74C28F) is known color: Silver Tree. HEX triplet: 74, C2 and 8F. RGB value is (116,194,143). Sum of RGB (Red+Green+Blue) = 116+194+143=453 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.61% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 194 - color contains mainly: green. Hex color #74C28F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C28F is #8B3D70. Grayscale: #A4A4A4. Windows color (decimal): -9125233 or 9421428. OLE color: 9421428.
HSL color Cylindrical-coordinate representation of color #74C28F: hue angle of 140.77º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74C28F is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 143 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.24 |
| HSL | 140.77º | 0.39% | 0.61% | - |
| HSV(B) | 140.77º | 0.4% | 0.76% | - |
| XYZ | 31.45 | 44.28 | 32.88 | - |
| YUV | 164.86 | 115.66 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 143 | 0.40 | 0 | 0.26 | 0.24 | 140.77 | 0.39 | 0.61 |
| Hex | 74 | C2 | 8F | 28 | 0 | 1A | 18 | 8D | 27 | 3D |
| Octal | 164 | 302 | 217 | 50 | 0 | 32 | 30 | 215 | 47 | 75 |
| Binary | 1110100 | 11000010 | 10001111 | 101000 | 0 | 11010 | 11000 | 10001101 | 100111 | 111101 |
Color Harmonies of #74C28F
Complementary color
Monochromatic Colors of #74C28F
Black with #74C28F
Text Example
Text Example
White with #74C28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C28F; }
p { color: rgb(116,194,143); }
H1.HeaderClassName
{
color: #74C28F;
}
.AnyTagClassName
{
color: #74C28F;
}
</style>
background-color css
<style>
a { background-color: #74C28F; }
a { background-color: rgb(116,194,143); }
div.DivClassName
{
background-color: #74C28F;
}
.BgClassName
{
background-color: #74C28F;
}
</style>
border-color css
<style>
span { border-color: #74C28F; }
span { border-color: rgb(116,194,143); }
td.TdClassName
{
border-color: #74C28F;
}
.TagClassName
{
border-color: #74C28F;
}
</style>