#61D696

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

Shades of Silver Tree #61D696

Tints of Silver Tree #61D696

Color information

#61D696 (or 0x61D696) is unknown color: approx Silver Tree. HEX triplet: 61, D6 and 96. RGB value is (97,214,150). Sum of RGB (Red+Green+Blue) = 97+214+150=461 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.04% from 461); Green value is 214 (83.98% from 255 or 46.42% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 214 - color contains mainly: green. Hex color #61D696 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D696 is #9E2969. Grayscale: #ABABAB. Windows color (decimal): -10365290 or 9885281. OLE color: 9885281.

HSL color Cylindrical-coordinate representation of color #61D696: hue angle of 147.18º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61D696 is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB97214150-
CMYK0.5500.300.16
HSL147.18º58.79%60.98%-
HSV(B)147.18º54.67%83.92%-
XYZ34.4852.8437.24-
YUV171.72115.7474.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.04%
GREEN value IS 214 (83.98% from 255) = 46.42%
BLUE value IS 150 (58.98% from 255) = 32.54%
R=21.04%
G=46.42%
B=32.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal972141500.5500.300.16147.1858.7960.98
Hex61D6963701E10933b3d
Octal14132622667036202237375
Binary110000111010110100101101101110111101000010010011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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