#61DD95

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

Shades of Silver Tree #61DD95

Tints of Silver Tree #61DD95

Color information

#61DD95 (or 0x61DD95) is unknown color: approx Silver Tree. HEX triplet: 61, DD and 95. RGB value is (97,221,149). Sum of RGB (Red+Green+Blue) = 97+221+149=467 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.77% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #61DD95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DD95 is #9E226A. Grayscale: #AFAFAF. Windows color (decimal): -10363499 or 9821537. OLE color: 9821537.

HSL color Cylindrical-coordinate representation of color #61DD95: hue angle of 145.16º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DD95 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB97221149-
CMYK0.5600.330.13
HSL145.16º64.58%62.35%-
HSV(B)145.16º56.11%86.67%-
XYZ36.2156.4237.42-
YUV175.72112.9271.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.77%
GREEN value IS 221 (86.72% from 255) = 47.32%
BLUE value IS 149 (58.59% from 255) = 31.91%
R=20.77%
G=47.32%
B=31.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal972211490.5600.330.13145.1664.5862.35
Hex61DD9538021D91413e
Octal141335225700411522110176
Binary1100001110111011001010111100001000011101100100011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,221,149); }

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

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

 a { background-color: rgb(97,221,149); }

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

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

 span { border-color: rgb(97,221,149); }

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