#75CD9D

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

Shades of Silver Tree #75CD9D

Tints of Silver Tree #75CD9D

Color information

#75CD9D (or 0x75CD9D) is unknown color: approx Silver Tree. HEX triplet: 75, CD and 9D. RGB value is (117,205,157). Sum of RGB (Red+Green+Blue) = 117+205+157=479 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.43% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #75CD9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CD9D is #8A3262. Grayscale: #ADADAD. Windows color (decimal): -9056867 or 10341749. OLE color: 10341749.

HSL color Cylindrical-coordinate representation of color #75CD9D: hue angle of 147.27º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CD9D is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB117205157-
CMYK0.4300.230.20
HSL147.27º46.81%63.14%-
HSV(B)147.27º42.93%80.39%-
XYZ35.2549.8839.67-
YUV173.22118.8587.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.43%
GREEN value IS 205 (80.47% from 255) = 42.80%
BLUE value IS 157 (61.72% from 255) = 32.78%
R=24.43%
G=42.80%
B=32.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1172051570.4300.230.20147.2746.8163.14
Hex75CD9D2B01714932f3f
Octal16531523553027242235777
Binary111010111001101100111011010110101111010010010011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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