COLOR #61E330

HEX: #61E330
RGB: (97,227,48)

Color info

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

RGB color model

#61E330 color RGB value is (97,227,48).

  • red value is 97;
  • green value is 227;
  • blue value is 48.
RGB:
(97,227,48)
(38%,89%,19%)

RGB channels and saturation

R 97 of 255 = 38%
G 227 of 255 = 89%
B 48 of 255 = 19%

97
227
48

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

Portions of RGB colors in percentages

R + G + B =
97 + 227 + 48 = 372 (100%)
R 97 of 372 ~ 26.08%
G 227 of 372 ~ 61.02%
B 48 of 372 ~ 12.9%

%26.08
%61.02
%12.9

CMYK color model

#61E330 color CMYK value is (57,0,79,11).

  • cyan value is 57.27%
  • magenta value is 0.00%
  • yellow value is 78.85%
  • key color value is 10.98%
CMYK:
(57,0,79,11)
C57M0Y79K11 
(57%,0%,79%,11%)
(0.57/0.00/0.79/0.11)	

CMYK percentages

%57.27
%0
%78.85
%10.98

Codes

Color #61E330 in popluar color models

61E330
RGB9722748
HSL104°76.17%53.92%
HSB/HSV104°78.85%89.02%
CMYK57.27%0.00%78.85%
10.98%

Color #61E330 in popluar number systems.

HEX61E330
Decimal9722748
Binary110000111100011110000
Octal14134360

Shades and tints

Shades of #61E330

#61E330
(97,227,48)
#59CF2C
(89,207,44)
#51BB28
(81,187,40)
#49A724
(73,167,36)
#419320
(65,147,32)
#397F1C
(57,127,28)
#316B18
(49,107,24)
#295714
(41,87,20)
#214310
(33,67,16)
#192F0C
(25,47,12)
#111B08
(17,27,8)
#000000
(0,0,0)

Tints of #61E330

#61E330
(97,227,48)
#6FE542
(111,229,66)
#7DE754
(125,231,84)
#8BE966
(139,233,102)
#99EB78
(153,235,120)
#A7ED8A
(167,237,138)
#B5EF9C
(181,239,156)
#C3F1AE
(195,241,174)
#D1F3C0
(209,243,192)
#DFF5D2
(223,245,210)
#EDF7E4
(237,247,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61E330 color. Also use rgb(97,227,48) instead hex code.

Text Font Color

.myTextColor { color: #61E330; }

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

This text font color is #61E330.


Background Color

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

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

This div background color is #61E330.


Border color

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

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

This div border color is #61E330.


Opacity

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

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

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

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

This text has shadow with #61E330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61E330 on black background.


Color preview on white background

This text has color #61E330 on white background.



Black color preview on #61E330 background

This text has black color on #61E330 background.


White color preview on #61E330 background

This text has white color on #61E330 background.