Shades of Silver Tree #75D997
Tints of Silver Tree #75D997
RGB
CMYK
RGB Variations
Color information
#75D997 (or 0x75D997) is known color: Silver Tree. HEX triplet: 75, D9 and 97. RGB value is (117,217,151). Sum of RGB (Red+Green+Blue) = 117+217+151=485 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.12% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 217 - color contains mainly: green. Hex color #75D997 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D997 is #8A2668. Grayscale: #B3B3B3. Windows color (decimal): -9053801 or 9951605. OLE color: 9951605.
HSL color Cylindrical-coordinate representation of color #75D997: hue angle of 140.4º 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 #75D997 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 217 | 151 | - |
| CMYK | 0.46 | 0 | 0.30 | 0.15 |
| HSL | 140.4º | 0.57% | 0.65% | - |
| HSV(B) | 140.4º | 0.46% | 0.85% | - |
| XYZ | 37.73 | 55.64 | 38.03 | - |
| YUV | 179.58 | 111.87 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 217 | 151 | 0.46 | 0 | 0.30 | 0.15 | 140.4 | 0.57 | 0.65 |
| Hex | 75 | D9 | 97 | 2E | 0 | 1E | F | 8C | 39 | 41 |
| Octal | 165 | 331 | 227 | 56 | 0 | 36 | 17 | 214 | 71 | 101 |
| Binary | 1110101 | 11011001 | 10010111 | 101110 | 0 | 11110 | 1111 | 10001100 | 111001 | 1000001 |
Color Harmonies of #75D997
Complementary color
Monochromatic Colors of #75D997
Black with #75D997
Text Example
Text Example
White with #75D997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D997; }
p { color: rgb(117,217,151); }
H1.HeaderClassName
{
color: #75D997;
}
.AnyTagClassName
{
color: #75D997;
}
</style>
background-color css
<style>
a { background-color: #75D997; }
a { background-color: rgb(117,217,151); }
div.DivClassName
{
background-color: #75D997;
}
.BgClassName
{
background-color: #75D997;
}
</style>
border-color css
<style>
span { border-color: #75D997; }
span { border-color: rgb(117,217,151); }
td.TdClassName
{
border-color: #75D997;
}
.TagClassName
{
border-color: #75D997;
}
</style>