#73dc96

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

Shades of Silver Tree #73DC96

Tints of Silver Tree #73DC96

Color information

#73DC96 (or 0x73DC96) is unknown color: approx Silver Tree. HEX triplet: 73, DC and 96. RGB value is (115,220,150). Sum of RGB (Red+Green+Blue) = 115+220+150=485 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.71% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #73DC96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DC96 is #8C2369. Grayscale: #B4B4B4. Windows color (decimal): -9184106 or 9886835. OLE color: 9886835.

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

Color convert

RGB115220150-
CMYK0.4800.320.14
HSL140º60%65.69%-
HSV(B)140º47.73%86.27%-
XYZ38.1757.0337.85-
YUV180.62110.7181.19-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.71%
GREEN value IS 220 (86.33% from 255) = 45.36%
BLUE value IS 150 (58.98% from 255) = 30.93%
R=23.71%
G=45.36%
B=30.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1152201500.4800.320.141406065.69
Hex73DC9630020E8c3c42
Octal163334226600401621474102
Binary1110011110111001001011011000001000001110100011001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73dc96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73dc96; }

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

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

<style>
 a { background-color: #73dc96; }

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

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

<style>
 span { border-color: #73dc96; }

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

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