COLOR #61ED83

HEX: #61ED83
RGB: (97,237,131)

Color info

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

RGB color model

#61ED83 color RGB value is (97,237,131).

  • red value is 97;
  • green value is 237;
  • blue value is 131.
RGB:
(97,237,131)
(38%,93%,51%)

RGB channels and saturation

R 97 of 255 = 38%
G 237 of 255 = 93%
B 131 of 255 = 51%

97
237
131

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

Portions of RGB colors in percentages

R + G + B =
97 + 237 + 131 = 465 (100%)
R 97 of 465 ~ 20.86%
G 237 of 465 ~ 50.97%
B 131 of 465 ~ 28.17%

%20.86
%50.97
%28.17

CMYK color model

#61ED83 color CMYK value is (59,0,45,7).

  • cyan value is 59.07%
  • magenta value is 0.00%
  • yellow value is 44.73%
  • key color value is 7.06%
CMYK:
(59,0,45,7)
C59M0Y45K7 
(59%,0%,45%,7%)
(0.59/0.00/0.45/0.07)	

CMYK percentages

%59.07
%0
%44.73
%7.06

Codes

Color #61ED83 in popluar color models

61ED83
RGB97237131
HSL135°79.55%65.49%
HSB/HSV135°59.07%92.94%
CMYK59.07%0.00%44.73%
7.06%

Color #61ED83 in popluar number systems.

HEX61ED83
Decimal97237131
Binary11000011110110110000011
Octal141355203

Shades and tints

Shades of #61ED83

#61ED83
(97,237,131)
#59D878
(89,216,120)
#51C36D
(81,195,109)
#49AE62
(73,174,98)
#419957
(65,153,87)
#39844C
(57,132,76)
#316F41
(49,111,65)
#295A36
(41,90,54)
#21452B
(33,69,43)
#193020
(25,48,32)
#111B15
(17,27,21)
#000000
(0,0,0)

Tints of #61ED83

#61ED83
(97,237,131)
#6FEE8E
(111,238,142)
#7DEF99
(125,239,153)
#8BF0A4
(139,240,164)
#99F1AF
(153,241,175)
#A7F2BA
(167,242,186)
#B5F3C5
(181,243,197)
#C3F4D0
(195,244,208)
#D1F5DB
(209,245,219)
#DFF6E6
(223,246,230)
#EDF7F1
(237,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61ED83 color. Also use rgb(97,237,131) instead hex code.

Text Font Color

.myTextColor { color: #61ED83; }

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

This text font color is #61ED83.


Background Color

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

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

This div background color is #61ED83.


Border color

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

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

This div border color is #61ED83.


Opacity

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

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

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

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

This text has shadow with #61ED83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61ED83 on black background.


Color preview on white background

This text has color #61ED83 on white background.



Black color preview on #61ED83 background

This text has black color on #61ED83 background.


White color preview on #61ED83 background

This text has white color on #61ED83 background.