COLOR #61C368

HEX: #61C368
RGB: (97,195,104)

Color info

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

RGB color model

#61C368 color RGB value is (97,195,104).

  • red value is 97;
  • green value is 195;
  • blue value is 104.
RGB:
(97,195,104)
(38%,76%,41%)

RGB channels and saturation

R 97 of 255 = 38%
G 195 of 255 = 76%
B 104 of 255 = 41%

97
195
104

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

Portions of RGB colors in percentages

R + G + B =
97 + 195 + 104 = 396 (100%)
R 97 of 396 ~ 24.49%
G 195 of 396 ~ 49.24%
B 104 of 396 ~ 26.26%

%24.49
%49.24
%26.26

CMYK color model

#61C368 color CMYK value is (50,0,47,24).

  • cyan value is 50.26%
  • magenta value is 0.00%
  • yellow value is 46.67%
  • key color value is 23.53%
CMYK:
(50,0,47,24)
C50M0Y47K24 
(50%,0%,47%,24%)
(0.50/0.00/0.47/0.24)	

CMYK percentages

%50.26
%0
%46.67
%23.53

Codes

Color #61C368 in popluar color models

61C368
RGB97195104
HSL124°44.95%57.25%
HSB/HSV124°50.26%76.47%
CMYK50.26%0.00%46.67%
23.53%

Color #61C368 in popluar number systems.

HEX61C368
Decimal97195104
Binary1100001110000111101000
Octal141303150

Shades and tints

Shades of #61C368

#61C368
(97,195,104)
#59B25F
(89,178,95)
#51A156
(81,161,86)
#49904D
(73,144,77)
#417F44
(65,127,68)
#396E3B
(57,110,59)
#315D32
(49,93,50)
#294C29
(41,76,41)
#213B20
(33,59,32)
#192A17
(25,42,23)
#11190E
(17,25,14)
#000000
(0,0,0)

Tints of #61C368

#61C368
(97,195,104)
#6FC875
(111,200,117)
#7DCD82
(125,205,130)
#8BD28F
(139,210,143)
#99D79C
(153,215,156)
#A7DCA9
(167,220,169)
#B5E1B6
(181,225,182)
#C3E6C3
(195,230,195)
#D1EBD0
(209,235,208)
#DFF0DD
(223,240,221)
#EDF5EA
(237,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61C368; }

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

This text font color is #61C368.


Background Color

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

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

This div background color is #61C368.


Border color

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

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

This div border color is #61C368.


Opacity

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

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

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

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

This text has shadow with #61C368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61C368 on black background.


Color preview on white background

This text has color #61C368 on white background.



Black color preview on #61C368 background

This text has black color on #61C368 background.


White color preview on #61C368 background

This text has white color on #61C368 background.