Shades of Silver Tree #75DD9A
Tints of Silver Tree #75DD9A
RGB
CMYK
RGB Variations
Color information
#75DD9A (or 0x75DD9A) is known color: Silver Tree. HEX triplet: 75, DD and 9A. RGB value is (117,221,154). Sum of RGB (Red+Green+Blue) = 117+221+154=492 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.78% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #75DD9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DD9A is #8A2265. Grayscale: #B6B6B6. Windows color (decimal): -9052774 or 10149237. OLE color: 10149237.
HSL color Cylindrical-coordinate representation of color #75DD9A: hue angle of 141.35º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DD9A is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 221 | 154 | - |
| CMYK | 0.47 | 0 | 0.30 | 0.13 |
| HSL | 141.35º | 0.6% | 0.66% | - |
| HSV(B) | 141.35º | 0.47% | 0.87% | - |
| XYZ | 39.03 | 57.83 | 39.68 | - |
| YUV | 182.27 | 112.04 | 81.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 221 | 154 | 0.47 | 0 | 0.30 | 0.13 | 141.35 | 0.6 | 0.66 |
| Hex | 75 | DD | 9A | 2F | 0 | 1E | D | 8D | 3C | 42 |
| Octal | 165 | 335 | 232 | 57 | 0 | 36 | 15 | 215 | 74 | 102 |
| Binary | 1110101 | 11011101 | 10011010 | 101111 | 0 | 11110 | 1101 | 10001101 | 111100 | 1000010 |
Color Harmonies of #75DD9A
Complementary color
Monochromatic Colors of #75DD9A
Black with #75DD9A
Text Example
Text Example
White with #75DD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DD9A; }
p { color: rgb(117,221,154); }
H1.HeaderClassName
{
color: #75DD9A;
}
.AnyTagClassName
{
color: #75DD9A;
}
</style>
background-color css
<style>
a { background-color: #75DD9A; }
a { background-color: rgb(117,221,154); }
div.DivClassName
{
background-color: #75DD9A;
}
.BgClassName
{
background-color: #75DD9A;
}
</style>
border-color css
<style>
span { border-color: #75DD9A; }
span { border-color: rgb(117,221,154); }
td.TdClassName
{
border-color: #75DD9A;
}
.TagClassName
{
border-color: #75DD9A;
}
</style>