Html Css Color HEX #61D494 Silver Tree

📋 copy color: '#61D494'

red 97 ◦ green 212 ◦ blue 148

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

Shades of Silver Tree #61D494

Tints of Silver Tree #61D494

RGB

 RED value IS 97 (38.28% from 255) = 21.23%

 GREEN value IS 212 (83.2% from 255) = 46.39%

 BLUE value IS 148 (58.2% from 255) = 32.39%

R = 21.23%
G = 46.39%
B = 32.39%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#61D494 (or 0x61D494) is known color: Silver Tree. HEX triplet: 61, D4 and 94. RGB value is (97,212,148). Sum of RGB (Red+Green+Blue) = 97+212+148=457 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.23% from 457); Green value is 212 (83.20% from 255 or 46.39% from 457); Blue value is 148 (58.20% from 255 or 32.39% from 457); Max value from RGB is 212 - color contains mainly: green. Hex color #61D494 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D494 is #9E2B6B. Grayscale: #AAAAAA. Windows color (decimal): -10365804 or 9753697. OLE color: 9753697.

HSL color Cylindrical-coordinate representation of color #61D494: hue angle of 146.61º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61D494 is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 97 212 148 -
CMYK 0.54 0 0.30 0.17
HSL 146.61º 0.57% 0.61% -
HSV(B) 146.61º 0.54% 0.83% -
XYZ 33.82 51.77 36.23 -
YUV 170.32 115.4 75.7 -
System Red Green Blue C M Y K H S L
Decimal 97 212 148 0.54 0 0.30 0.17 146.61 0.57 0.61
Hex 61 D4 94 36 0 1E 11 93 39 3D
Octal 141 324 224 66 0 36 21 223 71 75
Binary 1100001 11010100 10010100 110110 0 11110 10001 10010011 111001 111101

Color Harmonies of #61D494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D494

Black with #61D494

Text Example


Text Example

White with #61D494

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,212,148); }

 H1.HeaderClassName
 {
   color: #61D494;
 }
 .AnyTagClassName
 {
   color: #61D494;
 }
</style>

background-color css

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

 a { background-color: rgb(97,212,148); }

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

border-color css

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

 span { border-color: rgb(97,212,148); }

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