COLOR #61C87E

HEX: #61C87E RGB: (97,200,126)

Color info

#61C87E contains mainly green color. Web safe color of #61C87E is #66CC66 (or #6C6).

RGB color model

#61C87E color RGB value is (97,200,126).

RGB: (97,200,126) (38%, 78%, 49%)

RGB channels and saturation

R 97 of 255 = 38%
G 200 of 255 = 78%
B 126 of 255 = 49%

97
200
126

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

Portions of RGB colors in percentages

R + G + B = 97 + 200 + 126 = 423 (100%)
R 97 of 423 ~ 22.93%
G 200 of 423 ~ 47.28%
B 126 of 423 ~ 29.79'%

%22.93
%47.28
%29.79

CMYK color model

#61C87E color CMYK value is (52,0,37,22).

  • cyan value is 51.50%
  • magenta value is 0.00%
  • yellow value is 37.00%
  • key color value is 21.57%

CMYK: (52,0,37,22)
C52M0Y37K22 (52%, 0%, 37%, 22%)
(0.52 / 0.00 / 0.37 / 0.22)

CMYK percentages

%51.5
%0
%37
%21.57

Codes

Color #61C87E in popluar color models

61 C8 7E
RGB 97 200 126
HSL 137° 48.36% 58.24%
HSB/HSV 137° 51.50% 78.43%
CMYK 51.50% 0.00% 37.00%
21.57%

Color #61C87E in popluar number systems.

HEX 61 C8 7E
Decimal 97 200 126
Binary 1100001 11001000 1111110
Octal 141 310 176

Shades and tints

Shades of #61C87E

#61C87E
(97,200,126)
#59B673
(89,182,115)
#51A468
(81,164,104)
#49925D
(73,146,93)
#418052
(65,128,82)
#396E47
(57,110,71)
#315C3C
(49,92,60)
#294A31
(41,74,49)
#213826
(33,56,38)
#19261B
(25,38,27)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #61C87E

#61C87E
(97,200,126)
#6FCD89
(111,205,137)
#7DD294
(125,210,148)
#8BD79F
(139,215,159)
#99DCAA
(153,220,170)
#A7E1B5
(167,225,181)
#B5E6C0
(181,230,192)
#C3EBCB
(195,235,203)
#D1F0D6
(209,240,214)
#DFF5E1
(223,245,225)
#EDFAEC
(237,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61C87E color. Also use rgb(97,200,126) instead hex code.

Text Font Color

.myTextColor { color: #61C87E; }

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

This text font color is #61C87E.

Background Color

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

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

This div background color is #61C87E.

Border color

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

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

This div border color is #61C87E.

Opacity

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

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

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

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

This text has shadow with #61C87E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61C87E.

Preview

Color preview on black background

This text has color #61C87E on black background.


Color preview on white background

This text has color #61C87E on white background.


Black color preview on #61C87E background

This text has black color on #61C87E background.


White color preview on #61C87E background

This text has white color on #61C87E background.


Related colors

Complementary color

Complementary color for #hex is #9E3781.


I love getcolorcode.com

Triadic colors

1 #7E61C8 and #C87E61 with #61C87E are triadic colors.

2 #7EC861 and #C8617E with #61C87E are triadic colors.