COLOR #62D382

HEX: #62D382
RGB: (98,211,130)

Color info

#62D382 contains mainly green color. Web safe color of #62D382 is #66CC99 (or #6C9).

RGB color model

#62D382 color RGB value is (98,211,130).

  • red value is 98;
  • green value is 211;
  • blue value is 130.
RGB:
(98,211,130)
(38%,83%,51%)

RGB channels and saturation

R 98 of 255 = 38%
G 211 of 255 = 83%
B 130 of 255 = 51%

98
211
130

R + G + B ~ 57%. #62D382 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 211 + 130 = 439 (100%)
R 98 of 439 ~ 22.32%
G 211 of 439 ~ 48.06%
B 130 of 439 ~ 29.61%

%22.32
%48.06
%29.61

CMYK color model

#62D382 color CMYK value is (54,0,38,17).

  • cyan value is 53.55%
  • magenta value is 0.00%
  • yellow value is 38.39%
  • key color value is 17.25%
CMYK:
(54,0,38,17)
C54M0Y38K17 
(54%,0%,38%,17%)
(0.54/0.00/0.38/0.17)	

CMYK percentages

%53.55
%0
%38.39
%17.25

Codes

Color #62D382 in popluar color models

62D382
RGB98211130
HSL137°56.22%60.59%
HSB/HSV137°53.55%82.75%
CMYK53.55%0.00%38.39%
17.25%

Color #62D382 in popluar number systems.

HEX62D382
Decimal98211130
Binary11000101101001110000010
Octal142323202

Shades and tints

Shades of #62D382

#62D382
(98,211,130)
#5AC077
(90,192,119)
#52AD6C
(82,173,108)
#4A9A61
(74,154,97)
#428756
(66,135,86)
#3A744B
(58,116,75)
#326140
(50,97,64)
#2A4E35
(42,78,53)
#223B2A
(34,59,42)
#1A281F
(26,40,31)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #62D382

#62D382
(98,211,130)
#70D78D
(112,215,141)
#7EDB98
(126,219,152)
#8CDFA3
(140,223,163)
#9AE3AE
(154,227,174)
#A8E7B9
(168,231,185)
#B6EBC4
(182,235,196)
#C4EFCF
(196,239,207)
#D2F3DA
(210,243,218)
#E0F7E5
(224,247,229)
#EEFBF0
(238,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62D382 color. Also use rgb(98,211,130) instead hex code.

Text Font Color

.myTextColor { color: #62D382; }

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

This text font color is #62D382.


Background Color

.myBgColor { background-color: #62D382; }

<div style="background-color:#62D382">Inner text</div>

This div background color is #62D382.


Border color

.myBorderColor { border: 1px solid #62D382; }

<div style="border:3px solid #62D382">Div</div>

This div border color is #62D382.


Opacity

.myOpacity80 { color: #62D382; opacity: 0.8; }

<p style="color:#62D382;opacity:0.8;">80%</p>

Text with #62D382 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 #62D382;}

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

This text has shadow with #62D382 color.

.textShadow {text-shadow: 3px 3px 1px #62D382, 3px 3px 1px red;}

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

This text has shadow with #62D382 primary color and red secondary color.


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

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

This text has shadow with #62D382 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62D382 on black background.


Color preview on white background

This text has color #62D382 on white background.



Black color preview on #62D382 background

This text has black color on #62D382 background.


White color preview on #62D382 background

This text has white color on #62D382 background.