#75CD9B

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

Shades of Silver Tree #75CD9B

Tints of Silver Tree #75CD9B

Color information

#75CD9B (or 0x75CD9B) is unknown color: approx Silver Tree. HEX triplet: 75, CD and 9B. RGB value is (117,205,155). Sum of RGB (Red+Green+Blue) = 117+205+155=477 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.53% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 205 - color contains mainly: green. Hex color #75CD9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CD9B is #8A3264. Grayscale: #ADADAD. Windows color (decimal): -9056869 or 10210677. OLE color: 10210677.

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

Color convert

RGB117205155-
CMYK0.4300.240.20
HSL145.91º46.81%63.14%-
HSV(B)145.91º42.93%80.39%-
XYZ35.0849.8138.78-
YUV172.99117.8588.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.53%
GREEN value IS 205 (80.47% from 255) = 42.98%
BLUE value IS 155 (60.94% from 255) = 32.49%
R=24.53%
G=42.98%
B=32.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1172051550.4300.240.20145.9146.8163.14
Hex75CD9B2B01814922f3f
Octal16531523353030242225777
Binary111010111001101100110111010110110001010010010010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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