Shades of Silver Tree #75E199
Tints of Silver Tree #75E199
RGB
CMYK
RGB Variations
Color information
#75E199 (or 0x75E199) is known color: Silver Tree. HEX triplet: 75, E1 and 99. RGB value is (117,225,153). Sum of RGB (Red+Green+Blue) = 117+225+153=495 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.64% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #75E199 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75E199 is #8A1E66. Grayscale: #B8B8B8. Windows color (decimal): -9051751 or 10084725. OLE color: 10084725.
HSL color Cylindrical-coordinate representation of color #75E199: hue angle of 140º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75E199 is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 225 | 153 | - |
| CMYK | 0.48 | 0 | 0.32 | 0.12 |
| HSL | 140º | 0.64% | 0.67% | - |
| HSV(B) | 140º | 0.48% | 0.88% | - |
| XYZ | 40.01 | 59.93 | 39.6 | - |
| YUV | 184.5 | 110.22 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 225 | 153 | 0.48 | 0 | 0.32 | 0.12 | 140 | 0.64 | 0.67 |
| Hex | 75 | E1 | 99 | 30 | 0 | 20 | C | 8C | 40 | 43 |
| Octal | 165 | 341 | 231 | 60 | 0 | 40 | 14 | 214 | 100 | 103 |
| Binary | 1110101 | 11100001 | 10011001 | 110000 | 0 | 100000 | 1100 | 10001100 | 1000000 | 1000011 |
Color Harmonies of #75E199
Complementary color
Monochromatic Colors of #75E199
Black with #75E199
Text Example
Text Example
White with #75E199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E199; }
p { color: rgb(117,225,153); }
H1.HeaderClassName
{
color: #75E199;
}
.AnyTagClassName
{
color: #75E199;
}
</style>
background-color css
<style>
a { background-color: #75E199; }
a { background-color: rgb(117,225,153); }
div.DivClassName
{
background-color: #75E199;
}
.BgClassName
{
background-color: #75E199;
}
</style>
border-color css
<style>
span { border-color: #75E199; }
span { border-color: rgb(117,225,153); }
td.TdClassName
{
border-color: #75E199;
}
.TagClassName
{
border-color: #75E199;
}
</style>