#75CD8E

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

Shades of Silver Tree #75CD8E

Tints of Silver Tree #75CD8E

Color information

#75CD8E (or 0x75CD8E) is unknown color: approx Silver Tree. HEX triplet: 75, CD and 8E. RGB value is (117,205,142). Sum of RGB (Red+Green+Blue) = 117+205+142=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 205 - color contains mainly: green. Hex color #75CD8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CD8E is #8A3271. Grayscale: #ABABAB. Windows color (decimal): -9056882 or 9358709. OLE color: 9358709.

HSL color Cylindrical-coordinate representation of color #75CD8E: hue angle of 137.05º 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 #75CD8E is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB117205142-
CMYK0.4300.310.20
HSL137.05º46.81%63.14%-
HSV(B)137.05º42.93%80.39%-
XYZ34.0549.433.33-
YUV171.51111.3589.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.22%
GREEN value IS 205 (80.47% from 255) = 44.18%
BLUE value IS 142 (55.86% from 255) = 30.60%
R=25.22%
G=44.18%
B=30.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1172051420.4300.310.20137.0546.8163.14
Hex75CD8E2B01F14892f3f
Octal16531521653037242115777
Binary111010111001101100011101010110111111010010001001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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