#75D399

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

Shades of Silver Tree #75D399

Tints of Silver Tree #75D399

Color information

#75D399 (or 0x75D399) is unknown color: approx Silver Tree. HEX triplet: 75, D3 and 99. RGB value is (117,211,153). Sum of RGB (Red+Green+Blue) = 117+211+153=481 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.32% from 481); Green value is 211 (82.81% from 255 or 43.87% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 211 - color contains mainly: green. Hex color #75D399 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D399 is #8A2C66. Grayscale: #B0B0B0. Windows color (decimal): -9055335 or 10081141. OLE color: 10081141.

HSL color Cylindrical-coordinate representation of color #75D399: hue angle of 142.98º 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 #75D399 is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB117211153-
CMYK0.4500.270.17
HSL142.98º51.65%64.31%-
HSV(B)142.98º44.55%82.75%-
XYZ36.3852.6738.39-
YUV176.28114.8685.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.32%
GREEN value IS 211 (82.81% from 255) = 43.87%
BLUE value IS 153 (60.16% from 255) = 31.81%
R=24.32%
G=43.87%
B=31.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1172111530.4500.270.17142.9851.6564.31
Hex75D3992D01B118f3440
Octal165323231550332121764100
Binary1110101110100111001100110110101101110001100011111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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