COLOR #61C63C

HEX: #61C63C RGB: (97,198,60)

Color info

#61C63C contains mainly green color. Web safe color of #61C63C is #66CC33 (or #6C3).

RGB color model

#61C63C color RGB value is (97,198,60).

RGB: (97,198,60) (38%, 78%, 24%)

RGB channels and saturation

R 97 of 255 = 38%
G 198 of 255 = 78%
B 60 of 255 = 24%

97
198
60

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

Portions of RGB colors in percentages

R + G + B = 97 + 198 + 60 = 355 (100%)
R 97 of 355 ~ 27.32%
G 198 of 355 ~ 55.77%
B 60 of 355 ~ 16.9'%

%27.32
%55.77
%16.9

CMYK color model

#61C63C color CMYK value is (51,0,70,22).

  • cyan value is 51.01%
  • magenta value is 0.00%
  • yellow value is 69.70%
  • key color value is 22.35%

CMYK: (51,0,70,22)
C51M0Y70K22 (51%, 0%, 70%, 22%)
(0.51 / 0.00 / 0.70 / 0.22)

CMYK percentages

%51.01
%0
%69.7
%22.35

Codes

Color #61C63C in popluar color models

61 C6 3C
RGB 97 198 60
HSL 104° 54.76% 50.59%
HSB/HSV 104° 69.70% 77.65%
CMYK 51.01% 0.00% 69.70%
22.35%

Color #61C63C in popluar number systems.

HEX 61 C6 3C
Decimal 97 198 60
Binary 1100001 11000110 111100
Octal 141 306 74

Shades and tints

Shades of #61C63C

#61C63C
(97,198,60)
#59B437
(89,180,55)
#51A232
(81,162,50)
#49902D
(73,144,45)
#417E28
(65,126,40)
#396C23
(57,108,35)
#315A1E
(49,90,30)
#294819
(41,72,25)
#213614
(33,54,20)
#19240F
(25,36,15)
#11120A
(17,18,10)
#000000
(0,0,0)

Tints of #61C63C

#61C63C
(97,198,60)
#6FCB4D
(111,203,77)
#7DD05E
(125,208,94)
#8BD56F
(139,213,111)
#99DA80
(153,218,128)
#A7DF91
(167,223,145)
#B5E4A2
(181,228,162)
#C3E9B3
(195,233,179)
#D1EEC4
(209,238,196)
#DFF3D5
(223,243,213)
#EDF8E6
(237,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61C63C color. Also use rgb(97,198,60) instead hex code.

Text Font Color

.myTextColor { color: #61C63C; }

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

This text font color is #61C63C.

Background Color

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

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

This div background color is #61C63C.

Border color

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

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

This div border color is #61C63C.

Opacity

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

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

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

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

This text has shadow with #61C63C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61C63C.

Preview

Color preview on black background

This text has color #61C63C on black background.


Color preview on white background

This text has color #61C63C on white background.


Black color preview on #61C63C background

This text has black color on #61C63C background.


White color preview on #61C63C background

This text has white color on #61C63C background.


Related colors

Complementary color

Complementary color for #hex is #9E39C3.


I love getcolorcode.com

Triadic colors

1 #3C61C6 and #C63C61 with #61C63C are triadic colors.

2 #3CC661 and #C6613C with #61C63C are triadic colors.