Shades of Silver Tree #74C399
Tints of Silver Tree #74C399
RGB
CMYK
RGB Variations
Color information
#74C399 (or 0x74C399) is known color: Silver Tree. HEX triplet: 74, C3 and 99. RGB value is (116,195,153). Sum of RGB (Red+Green+Blue) = 116+195+153=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 195 (76.56% from 255 or 42.03% from 464); Blue value is 153 (60.16% from 255 or 32.97% from 464); Max value from RGB is 195 - color contains mainly: green. Hex color #74C399 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C399 is #8B3C66. Grayscale: #A6A6A6. Windows color (decimal): -9124967 or 10077044. OLE color: 10077044.
HSL color Cylindrical-coordinate representation of color #74C399: hue angle of 148.1º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74C399 is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 195 | 153 | - |
| CMYK | 0.41 | 0 | 0.22 | 0.24 |
| HSL | 148.1º | 0.4% | 0.61% | - |
| HSV(B) | 148.1º | 0.41% | 0.76% | - |
| XYZ | 32.47 | 45.04 | 37.12 | - |
| YUV | 166.59 | 120.33 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 195 | 153 | 0.41 | 0 | 0.22 | 0.24 | 148.1 | 0.4 | 0.61 |
| Hex | 74 | C3 | 99 | 29 | 0 | 16 | 18 | 94 | 28 | 3D |
| Octal | 164 | 303 | 231 | 51 | 0 | 26 | 30 | 224 | 50 | 75 |
| Binary | 1110100 | 11000011 | 10011001 | 101001 | 0 | 10110 | 11000 | 10010100 | 101000 | 111101 |
Color Harmonies of #74C399
Complementary color
Monochromatic Colors of #74C399
Black with #74C399
Text Example
Text Example
White with #74C399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C399; }
p { color: rgb(116,195,153); }
H1.HeaderClassName
{
color: #74C399;
}
.AnyTagClassName
{
color: #74C399;
}
</style>
background-color css
<style>
a { background-color: #74C399; }
a { background-color: rgb(116,195,153); }
div.DivClassName
{
background-color: #74C399;
}
.BgClassName
{
background-color: #74C399;
}
</style>
border-color css
<style>
span { border-color: #74C399; }
span { border-color: rgb(116,195,153); }
td.TdClassName
{
border-color: #74C399;
}
.TagClassName
{
border-color: #74C399;
}
</style>