COLOR #61EF95

HEX: #61EF95
RGB: (97,239,149)

Color info

#61EF95 contains mainly green color. Web safe color of #61EF95 is #66FF99 (or #6F9).

RGB color model

#61EF95 color RGB value is (97,239,149).

  • red value is 97;
  • green value is 239;
  • blue value is 149.
RGB:
(97,239,149)
(38%,94%,58%)

RGB channels and saturation

R 97 of 255 = 38%
G 239 of 255 = 94%
B 149 of 255 = 58%

97
239
149

R + G + B ~ 63%. #61EF95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
97 + 239 + 149 = 485 (100%)
R 97 of 485 ~ 20%
G 239 of 485 ~ 49.28%
B 149 of 485 ~ 30.72%

%20
%49.28
%30.72

CMYK color model

#61EF95 color CMYK value is (59,0,38,6).

  • cyan value is 59.41%
  • magenta value is 0.00%
  • yellow value is 37.66%
  • key color value is 6.27%
CMYK:
(59,0,38,6)
C59M0Y38K6 
(59%,0%,38%,6%)
(0.59/0.00/0.38/0.06)	

CMYK percentages

%59.41
%0
%37.66
%6.27

Codes

Color #61EF95 in popluar color models

61EF95
RGB97239149
HSL142°81.61%65.88%
HSB/HSV142°59.41%93.73%
CMYK59.41%0.00%37.66%
6.27%

Color #61EF95 in popluar number systems.

HEX61EF95
Decimal97239149
Binary11000011110111110010101
Octal141357225

Shades and tints

Shades of #61EF95

#61EF95
(97,239,149)
#59DA88
(89,218,136)
#51C57B
(81,197,123)
#49B06E
(73,176,110)
#419B61
(65,155,97)
#398654
(57,134,84)
#317147
(49,113,71)
#295C3A
(41,92,58)
#21472D
(33,71,45)
#193220
(25,50,32)
#111D13
(17,29,19)
#000000
(0,0,0)

Tints of #61EF95

#61EF95
(97,239,149)
#6FF09E
(111,240,158)
#7DF1A7
(125,241,167)
#8BF2B0
(139,242,176)
#99F3B9
(153,243,185)
#A7F4C2
(167,244,194)
#B5F5CB
(181,245,203)
#C3F6D4
(195,246,212)
#D1F7DD
(209,247,221)
#DFF8E6
(223,248,230)
#EDF9EF
(237,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61EF95 color. Also use rgb(97,239,149) instead hex code.

Text Font Color

.myTextColor { color: #61EF95; }

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

This text font color is #61EF95.


Background Color

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

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

This div background color is #61EF95.


Border color

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

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

This div border color is #61EF95.


Opacity

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

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

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

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

This text has shadow with #61EF95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61EF95 on black background.


Color preview on white background

This text has color #61EF95 on white background.



Black color preview on #61EF95 background

This text has black color on #61EF95 background.


White color preview on #61EF95 background

This text has white color on #61EF95 background.