COLOR #61E74C

HEX: #61E74C
RGB: (97,231,76)

Color info

#61E74C contains mainly green color. Web safe color of #61E74C is #66FF33 (or #6F3).

RGB color model

#61E74C color RGB value is (97,231,76).

  • red value is 97;
  • green value is 231;
  • blue value is 76.
RGB:
(97,231,76)
(38%,91%,30%)

RGB channels and saturation

R 97 of 255 = 38%
G 231 of 255 = 91%
B 76 of 255 = 30%

97
231
76

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

Portions of RGB colors in percentages

R + G + B =
97 + 231 + 76 = 404 (100%)
R 97 of 404 ~ 24.01%
G 231 of 404 ~ 57.18%
B 76 of 404 ~ 18.81%

%24.01
%57.18
%18.81

CMYK color model

#61E74C color CMYK value is (58,0,67,9).

  • cyan value is 58.01%
  • magenta value is 0.00%
  • yellow value is 67.10%
  • key color value is 9.41%
CMYK:
(58,0,67,9)
C58M0Y67K9 
(58%,0%,67%,9%)
(0.58/0.00/0.67/0.09)	

CMYK percentages

%58.01
%0
%67.1
%9.41

Codes

Color #61E74C in popluar color models

61E74C
RGB9723176
HSL112°76.35%60.20%
HSB/HSV112°67.10%90.59%
CMYK58.01%0.00%67.10%
9.41%

Color #61E74C in popluar number systems.

HEX61E74C
Decimal9723176
Binary1100001111001111001100
Octal141347114

Shades and tints

Shades of #61E74C

#61E74C
(97,231,76)
#59D246
(89,210,70)
#51BD40
(81,189,64)
#49A83A
(73,168,58)
#419334
(65,147,52)
#397E2E
(57,126,46)
#316928
(49,105,40)
#295422
(41,84,34)
#213F1C
(33,63,28)
#192A16
(25,42,22)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #61E74C

#61E74C
(97,231,76)
#6FE95C
(111,233,92)
#7DEB6C
(125,235,108)
#8BED7C
(139,237,124)
#99EF8C
(153,239,140)
#A7F19C
(167,241,156)
#B5F3AC
(181,243,172)
#C3F5BC
(195,245,188)
#D1F7CC
(209,247,204)
#DFF9DC
(223,249,220)
#EDFBEC
(237,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61E74C color. Also use rgb(97,231,76) instead hex code.

Text Font Color

.myTextColor { color: #61E74C; }

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

This text font color is #61E74C.


Background Color

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

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

This div background color is #61E74C.


Border color

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

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

This div border color is #61E74C.


Opacity

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

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

Text with #61E74C 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 #61E74C;}

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

This text has shadow with #61E74C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61E74C on black background.


Color preview on white background

This text has color #61E74C on white background.



Black color preview on #61E74C background

This text has black color on #61E74C background.


White color preview on #61E74C background

This text has white color on #61E74C background.