Shades of Silver Tree #74CC8F
Tints of Silver Tree #74CC8F
RGB
CMYK
RGB Variations
Color information
#74CC8F (or 0x74CC8F) is known color: Silver Tree. HEX triplet: 74, CC and 8F. RGB value is (116,204,143). Sum of RGB (Red+Green+Blue) = 116+204+143=463 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.05% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 204 - color contains mainly: green. Hex color #74CC8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CC8F is #8B3370. Grayscale: #AAAAAA. Windows color (decimal): -9122673 or 9423988. OLE color: 9423988.
HSL color Cylindrical-coordinate representation of color #74CC8F: hue angle of 138.41º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CC8F is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 116 | 204 | 143 | - |
| CMYK | 0.43 | 0 | 0.30 | 0.2 |
| HSL | 138.41º | 0.46% | 0.63% | - |
| HSV(B) | 138.41º | 0.43% | 0.8% | - |
| XYZ | 33.75 | 48.88 | 33.64 | - |
| YUV | 170.73 | 112.35 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 204 | 143 | 0.43 | 0 | 0.30 | 0.2 | 138.41 | 0.46 | 0.63 |
| Hex | 74 | CC | 8F | 2B | 0 | 1E | 14 | 8A | 2E | 3F |
| Octal | 164 | 314 | 217 | 53 | 0 | 36 | 24 | 212 | 56 | 77 |
| Binary | 1110100 | 11001100 | 10001111 | 101011 | 0 | 11110 | 10100 | 10001010 | 101110 | 111111 |
Color Harmonies of #74CC8F
Complementary color
Monochromatic Colors of #74CC8F
Black with #74CC8F
Text Example
Text Example
White with #74CC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CC8F; }
p { color: rgb(116,204,143); }
H1.HeaderClassName
{
color: #74CC8F;
}
.AnyTagClassName
{
color: #74CC8F;
}
</style>
background-color css
<style>
a { background-color: #74CC8F; }
a { background-color: rgb(116,204,143); }
div.DivClassName
{
background-color: #74CC8F;
}
.BgClassName
{
background-color: #74CC8F;
}
</style>
border-color css
<style>
span { border-color: #74CC8F; }
span { border-color: rgb(116,204,143); }
td.TdClassName
{
border-color: #74CC8F;
}
.TagClassName
{
border-color: #74CC8F;
}
</style>