#75DC96

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

Shades of Silver Tree #75DC96

Tints of Silver Tree #75DC96

Color information

#75DC96 (or 0x75DC96) is unknown color: approx Silver Tree. HEX triplet: 75, DC and 96. RGB value is (117,220,150). Sum of RGB (Red+Green+Blue) = 117+220+150=487 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.02% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DC96 is #8A2369. Grayscale: #B5B5B5. Windows color (decimal): -9053034 or 9886837. OLE color: 9886837.

HSL color Cylindrical-coordinate representation of color #75DC96: hue angle of 139.22º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DC96 is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB117220150-
CMYK0.4700.320.14
HSL139.22º59.54%66.08%-
HSV(B)139.22º46.82%86.27%-
XYZ38.4357.1737.86-
YUV181.22110.3882.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.02%
GREEN value IS 220 (86.33% from 255) = 45.17%
BLUE value IS 150 (58.98% from 255) = 30.80%
R=24.02%
G=45.17%
B=30.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1172201500.4700.320.14139.2259.5466.08
Hex75DC962F020E8b3c42
Octal165334226570401621374102
Binary1110101110111001001011010111101000001110100010111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,220,150); }

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

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

 a { background-color: rgb(117,220,150); }

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

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

 span { border-color: rgb(117,220,150); }

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