Shades of Silver Tree #74C199
Tints of Silver Tree #74C199
RGB
CMYK
RGB Variations
Color information
#74C199 (or 0x74C199) is known color: Silver Tree. HEX triplet: 74, C1 and 99. RGB value is (116,193,153). Sum of RGB (Red+Green+Blue) = 116+193+153=462 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.11% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 193 - color contains mainly: green. Hex color #74C199 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C199 is #8B3E66. Grayscale: #A5A5A5. Windows color (decimal): -9125479 or 10076532. OLE color: 10076532.
HSL color Cylindrical-coordinate representation of color #74C199: hue angle of 148.83º degrees, saturation: 0.38, 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 #74C199 is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 193 | 153 | - |
| CMYK | 0.40 | 0 | 0.21 | 0.24 |
| HSL | 148.83º | 0.38% | 0.61% | - |
| HSV(B) | 148.83º | 0.4% | 0.76% | - |
| XYZ | 32.02 | 44.15 | 36.97 | - |
| YUV | 165.42 | 120.99 | 92.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 193 | 153 | 0.40 | 0 | 0.21 | 0.24 | 148.83 | 0.38 | 0.61 |
| Hex | 74 | C1 | 99 | 28 | 0 | 15 | 18 | 95 | 26 | 3D |
| Octal | 164 | 301 | 231 | 50 | 0 | 25 | 30 | 225 | 46 | 75 |
| Binary | 1110100 | 11000001 | 10011001 | 101000 | 0 | 10101 | 11000 | 10010101 | 100110 | 111101 |
Color Harmonies of #74C199
Complementary color
Monochromatic Colors of #74C199
Black with #74C199
Text Example
Text Example
White with #74C199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C199; }
p { color: rgb(116,193,153); }
H1.HeaderClassName
{
color: #74C199;
}
.AnyTagClassName
{
color: #74C199;
}
</style>
background-color css
<style>
a { background-color: #74C199; }
a { background-color: rgb(116,193,153); }
div.DivClassName
{
background-color: #74C199;
}
.BgClassName
{
background-color: #74C199;
}
</style>
border-color css
<style>
span { border-color: #74C199; }
span { border-color: rgb(116,193,153); }
td.TdClassName
{
border-color: #74C199;
}
.TagClassName
{
border-color: #74C199;
}
</style>