#75D39D

Color #75D39D Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #75D39D

Tints of Silver Tree #75D39D

Color information

#75D39D (or 0x75D39D) is unknown color: approx Silver Tree. HEX triplet: 75, D3 and 9D. RGB value is (117,211,157). Sum of RGB (Red+Green+Blue) = 117+211+157=485 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.12% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 211 - color contains mainly: green. Hex color #75D39D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D39D is #8A2C62. Grayscale: #B0B0B0. Windows color (decimal): -9055331 or 10343285. OLE color: 10343285.

HSL color Cylindrical-coordinate representation of color #75D39D: hue angle of 145.53º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D39D is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB117211157-
CMYK0.4500.260.17
HSL145.53º51.65%64.31%-
HSV(B)145.53º44.55%82.75%-
XYZ36.7252.840.16-
YUV176.74116.8685.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 24.12%
GREEN value IS 211 (82.81% from 255) = 43.51%
BLUE value IS 157 (61.72% from 255) = 32.37%
R=24.12%
G=43.51%
B=32.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1172111570.4500.260.17145.5351.6564.31
Hex75D39D2D01A11923440
Octal165323235550322122264100
Binary1110101110100111001110110110101101010001100100101101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75D39D; }

 p { color: rgb(117,211,157); }

 H1.HeaderClassName
 {
   color: #75D39D;
 }
 .AnyTagClassName
 {
   color: #75D39D;
 }
</style>
background-color css

<style>
 a { background-color: #75D39D; }

 a { background-color: rgb(117,211,157); }

 div.DivClassName
 {
   background-color: #75D39D;
 }
 .BgClassName
 {
   background-color: #75D39D;
 }
</style>
border-color css

<style>
 span { border-color: #75D39D; }

 span { border-color: rgb(117,211,157); }

 td.TdClassName
 {
   border-color: #75D39D;
 }
 .TagClassName
 {
   border-color: #75D39D;
 }
</style>