#61D096

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

Shades of Silver Tree #61D096

Tints of Silver Tree #61D096

Color information

#61D096 (or 0x61D096) is unknown color: approx Silver Tree. HEX triplet: 61, D0 and 96. RGB value is (97,208,150). Sum of RGB (Red+Green+Blue) = 97+208+150=455 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.32% from 455); Green value is 208 (81.64% from 255 or 45.71% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 208 - color contains mainly: green. Hex color #61D096 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D096 is #9E2F69. Grayscale: #A8A8A8. Windows color (decimal): -10366826 or 9883745. OLE color: 9883745.

HSL color Cylindrical-coordinate representation of color #61D096: hue angle of 148.65º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61D096 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB97208150-
CMYK0.5300.280.18
HSL148.65º54.15%59.8%-
HSV(B)148.65º53.37%81.57%-
XYZ32.9949.8636.74-
YUV168.2117.7377.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.32%
GREEN value IS 208 (81.64% from 255) = 45.71%
BLUE value IS 150 (58.98% from 255) = 32.97%
R=21.32%
G=45.71%
B=32.97%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal972081500.5300.280.18148.6554.1559.8
Hex61D0963501C1295363c
Octal14132022665034222256674
Binary110000111010000100101101101010111001001010010101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61D096; }

 p { color: rgb(97,208,150); }

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

<style>
 a { background-color: #61D096; }

 a { background-color: rgb(97,208,150); }

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

<style>
 span { border-color: #61D096; }

 span { border-color: rgb(97,208,150); }

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