Html Css Color HEX #61D696 Silver Tree

📋 copy color: '#61D696'

red 97 ◦ green 214 ◦ blue 150

#61D696
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Silver Tree #61D696

Tints of Silver Tree #61D696

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 value IS 0.55

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#61D696 (or 0x61D696) is known color: 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

RGB 97 214 150 -
CMYK 0.55 0 0.30 0.16
HSL 147.18º 0.59% 0.61% -
HSV(B) 147.18º 0.55% 0.84% -
XYZ 34.48 52.84 37.24 -
YUV 171.72 115.74 74.7 -
System Red Green Blue C M Y K H S L
Decimal 97 214 150 0.55 0 0.30 0.16 147.18 0.59 0.61
Hex 61 D6 96 37 0 1E 10 93 3B 3D
Octal 141 326 226 67 0 36 20 223 73 75
Binary 1100001 11010110 10010110 110111 0 11110 10000 10010011 111011 111101

Color Harmonies of #61D696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D696

Black with #61D696

Text Example


Text Example

White with #61D696

Text Example


Text Example

HTML Codes & Css Web 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>