COLOR #61AF55

HEX: #61AF55
RGB: (97,175,85)

Color info

#61AF55 contains mainly green color. Web safe color of #61AF55 is #669966 (or #696).

RGB color model

#61AF55 color RGB value is (97,175,85).

  • red value is 97;
  • green value is 175;
  • blue value is 85.
RGB:
(97,175,85)
(38%,69%,33%)

RGB channels and saturation

R 97 of 255 = 38%
G 175 of 255 = 69%
B 85 of 255 = 33%

97
175
85

R + G + B ~ 47%. #61AF55 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 175 + 85 = 357 (100%)
R 97 of 357 ~ 27.17%
G 175 of 357 ~ 49.02%
B 85 of 357 ~ 23.81%

%27.17
%49.02
%23.81

CMYK color model

#61AF55 color CMYK value is (45,0,51,31).

  • cyan value is 44.57%
  • magenta value is 0.00%
  • yellow value is 51.43%
  • key color value is 31.37%
CMYK:
(45,0,51,31)
C45M0Y51K31 
(45%,0%,51%,31%)
(0.45/0.00/0.51/0.31)	

CMYK percentages

%44.57
%0
%51.43
%31.37

Codes

Color #61AF55 in popluar color models

61AF55
RGB9717585
HSL112°36.00%50.98%
HSB/HSV112°51.43%68.63%
CMYK44.57%0.00%51.43%
31.37%

Color #61AF55 in popluar number systems.

HEX61AF55
Decimal9717585
Binary1100001101011111010101
Octal141257125

Shades and tints

Shades of #61AF55

#61AF55
(97,175,85)
#59A04E
(89,160,78)
#519147
(81,145,71)
#498240
(73,130,64)
#417339
(65,115,57)
#396432
(57,100,50)
#31552B
(49,85,43)
#294624
(41,70,36)
#21371D
(33,55,29)
#192816
(25,40,22)
#11190F
(17,25,15)
#000000
(0,0,0)

Tints of #61AF55

#61AF55
(97,175,85)
#6FB664
(111,182,100)
#7DBD73
(125,189,115)
#8BC482
(139,196,130)
#99CB91
(153,203,145)
#A7D2A0
(167,210,160)
#B5D9AF
(181,217,175)
#C3E0BE
(195,224,190)
#D1E7CD
(209,231,205)
#DFEEDC
(223,238,220)
#EDF5EB
(237,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61AF55 color. Also use rgb(97,175,85) instead hex code.

Text Font Color

.myTextColor { color: #61AF55; }

<p style="color:#61AF55">This sample text font color is #61AF55.</p>

This text font color is #61AF55.


Background Color

.myBgColor { background-color: #61AF55; }

<div style="background-color:#61AF55">Inner text</div>

This div background color is #61AF55.


Border color

.myBorderColor { border: 1px solid #61AF55; }

<div style="border:3px solid #61AF55">Div</div>

This div border color is #61AF55.


Opacity

.myOpacity80 { color: #61AF55; opacity: 0.8; }

<p style="color:#61AF55;opacity:0.8;">80%</p>

Text with #61AF55 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #61AF55;}

<p style="text-shadow: 3px 3px 1px #61AF55">Text here.</p>

This text has shadow with #61AF55 color.

.textShadow {text-shadow: 3px 3px 1px #61AF55, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #61AF55, 5px 5px 20px red">Text here.</p>

This text has shadow with #61AF55 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#61AF55, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#61AF55, Direction=45, Strength=4)">Text</p>

This text has shadow with #61AF55 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #61AF55;
  -webkit-box-shadow:	1px 1px 3px 2px #61AF55;
  box-shadow:		1px 1px 3px 2px #61AF55;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #61AF55;
-webkit-box-shadow: 1px 1px 3px 2px #61AF55;
box-shadow:1px 1px 3px 2px #61AF55;">
Div content here</div>
This div box has shadow with color #61AF55.

Preview

Color preview on black background

This text has color #61AF55 on black background.


Color preview on white background

This text has color #61AF55 on white background.



Black color preview on #61AF55 background

This text has black color on #61AF55 background.


White color preview on #61AF55 background

This text has white color on #61AF55 background.