COLOR #61C388

HEX: #61C388 RGB: (97,195,136)

Color info

#61C388 contains mainly green and blue colors. Web safe color of #61C388 is #66CC99 (or #6C9).

RGB color model

#61C388 color RGB value is (97,195,136).

RGB: (97,195,136) (38%, 76%, 53%)

RGB channels and saturation

R 97 of 255 = 38%
G 195 of 255 = 76%
B 136 of 255 = 53%

97
195
136

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

Portions of RGB colors in percentages

R + G + B = 97 + 195 + 136 = 428 (100%)
R 97 of 428 ~ 22.66%
G 195 of 428 ~ 45.56%
B 136 of 428 ~ 31.78'%

%22.66
%45.56
%31.78

CMYK color model

#61C388 color CMYK value is (50,0,30,24).

  • cyan value is 50.26%
  • magenta value is 0.00%
  • yellow value is 30.26%
  • key color value is 23.53%

CMYK: (50,0,30,24)
C50M0Y30K24 (50%, 0%, 30%, 24%)
(0.50 / 0.00 / 0.30 / 0.24)

CMYK percentages

%50.26
%0
%30.26
%23.53

Codes

Color #61C388 in popluar color models

61 C3 88
RGB 97 195 136
HSL 144° 44.95% 57.25%
HSB/HSV 144° 50.26% 76.47%
CMYK 50.26% 0.00% 30.26%
23.53%

Color #61C388 in popluar number systems.

HEX 61 C3 88
Decimal 97 195 136
Binary 1100001 11000011 10001000
Octal 141 303 210

Shades and tints

Shades of #61C388

#61C388
(97,195,136)
#59B27C
(89,178,124)
#51A170
(81,161,112)
#499064
(73,144,100)
#417F58
(65,127,88)
#396E4C
(57,110,76)
#315D40
(49,93,64)
#294C34
(41,76,52)
#213B28
(33,59,40)
#192A1C
(25,42,28)
#111910
(17,25,16)
#000000
(0,0,0)

Tints of #61C388

#61C388
(97,195,136)
#6FC892
(111,200,146)
#7DCD9C
(125,205,156)
#8BD2A6
(139,210,166)
#99D7B0
(153,215,176)
#A7DCBA
(167,220,186)
#B5E1C4
(181,225,196)
#C3E6CE
(195,230,206)
#D1EBD8
(209,235,216)
#DFF0E2
(223,240,226)
#EDF5EC
(237,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61C388 color. Also use rgb(97,195,136) instead hex code.

Text Font Color

.myTextColor { color: #61C388; }

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

This text font color is #61C388.

Background Color

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

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

This div background color is #61C388.

Border color

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

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

This div border color is #61C388.

Opacity

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

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

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

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

This text has shadow with #61C388 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61C388.

Preview

Color preview on black background

This text has color #61C388 on black background.


Color preview on white background

This text has color #61C388 on white background.


Black color preview on #61C388 background

This text has black color on #61C388 background.


White color preview on #61C388 background

This text has white color on #61C388 background.


Related colors

Complementary color

Complementary color for #hex is #9E3C77.


I love getcolorcode.com

Triadic colors

1 #8861C3 and #C38861 with #61C388 are triadic colors.

2 #88C361 and #C36188 with #61C388 are triadic colors.