COLOR #62C962

HEX: #62C962
RGB: (98,201,98)

Color info

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

RGB color model

#62C962 color RGB value is (98,201,98).

  • red value is 98;
  • green value is 201;
  • blue value is 98.
RGB:
(98,201,98)
(38%,79%,38%)

RGB channels and saturation

R 98 of 255 = 38%
G 201 of 255 = 79%
B 98 of 255 = 38%

98
201
98

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

Portions of RGB colors in percentages

R + G + B =
98 + 201 + 98 = 397 (100%)
R 98 of 397 ~ 24.69%
G 201 of 397 ~ 50.63%
B 98 of 397 ~ 24.69%

%24.69
%50.63
%24.69

CMYK color model

#62C962 color CMYK value is (51,0,51,21).

  • cyan value is 51.24%
  • magenta value is 0.00%
  • yellow value is 51.24%
  • key color value is 21.18%
CMYK:
(51,0,51,21)
C51M0Y51K21 
(51%,0%,51%,21%)
(0.51/0.00/0.51/0.21)	

CMYK percentages

%51.24
%0
%51.24
%21.18

Codes

Color #62C962 in popluar color models

62C962
RGB9820198
HSL120°48.82%58.63%
HSB/HSV120°51.24%78.82%
CMYK51.24%0.00%51.24%
21.18%

Color #62C962 in popluar number systems.

HEX62C962
Decimal9820198
Binary1100010110010011100010
Octal142311142

Shades and tints

Shades of #62C962

#62C962
(98,201,98)
#5AB75A
(90,183,90)
#52A552
(82,165,82)
#4A934A
(74,147,74)
#428142
(66,129,66)
#3A6F3A
(58,111,58)
#325D32
(50,93,50)
#2A4B2A
(42,75,42)
#223922
(34,57,34)
#1A271A
(26,39,26)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #62C962

#62C962
(98,201,98)
#70CD70
(112,205,112)
#7ED17E
(126,209,126)
#8CD58C
(140,213,140)
#9AD99A
(154,217,154)
#A8DDA8
(168,221,168)
#B6E1B6
(182,225,182)
#C4E5C4
(196,229,196)
#D2E9D2
(210,233,210)
#E0EDE0
(224,237,224)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62C962; }

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

This text font color is #62C962.


Background Color

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

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

This div background color is #62C962.


Border color

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

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

This div border color is #62C962.


Opacity

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

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

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

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

This text has shadow with #62C962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62C962 on black background.


Color preview on white background

This text has color #62C962 on white background.



Black color preview on #62C962 background

This text has black color on #62C962 background.


White color preview on #62C962 background

This text has white color on #62C962 background.