Shades of Silver Tree #75D994
Tints of Silver Tree #75D994
RGB
CMYK
RGB Variations
Color information
#75D994 (or 0x75D994) is known color: Silver Tree. HEX triplet: 75, D9 and 94. RGB value is (117,217,148). Sum of RGB (Red+Green+Blue) = 117+217+148=482 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.27% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 217 - color contains mainly: green. Hex color #75D994 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D994 is #8A266B. Grayscale: #B3B3B3. Windows color (decimal): -9053804 or 9754997. OLE color: 9754997.
HSL color Cylindrical-coordinate representation of color #75D994: hue angle of 138.6º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75D994 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 217 | 148 | - |
| CMYK | 0.46 | 0 | 0.32 | 0.15 |
| HSL | 138.6º | 0.57% | 0.65% | - |
| HSV(B) | 138.6º | 0.46% | 0.85% | - |
| XYZ | 37.49 | 55.55 | 36.76 | - |
| YUV | 179.23 | 110.37 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 217 | 148 | 0.46 | 0 | 0.32 | 0.15 | 138.6 | 0.57 | 0.65 |
| Hex | 75 | D9 | 94 | 2E | 0 | 20 | F | 8B | 39 | 41 |
| Octal | 165 | 331 | 224 | 56 | 0 | 40 | 17 | 213 | 71 | 101 |
| Binary | 1110101 | 11011001 | 10010100 | 101110 | 0 | 100000 | 1111 | 10001011 | 111001 | 1000001 |
Color Harmonies of #75D994
Complementary color
Monochromatic Colors of #75D994
Black with #75D994
Text Example
Text Example
White with #75D994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D994; }
p { color: rgb(117,217,148); }
H1.HeaderClassName
{
color: #75D994;
}
.AnyTagClassName
{
color: #75D994;
}
</style>
background-color css
<style>
a { background-color: #75D994; }
a { background-color: rgb(117,217,148); }
div.DivClassName
{
background-color: #75D994;
}
.BgClassName
{
background-color: #75D994;
}
</style>
border-color css
<style>
span { border-color: #75D994; }
span { border-color: rgb(117,217,148); }
td.TdClassName
{
border-color: #75D994;
}
.TagClassName
{
border-color: #75D994;
}
</style>