COLOR #62CC73

HEX: #62CC73
RGB: (98,204,115)

Color info

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

RGB color model

#62CC73 color RGB value is (98,204,115).

  • red value is 98;
  • green value is 204;
  • blue value is 115.
RGB:
(98,204,115)
(38%,80%,45%)

RGB channels and saturation

R 98 of 255 = 38%
G 204 of 255 = 80%
B 115 of 255 = 45%

98
204
115

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

Portions of RGB colors in percentages

R + G + B =
98 + 204 + 115 = 417 (100%)
R 98 of 417 ~ 23.5%
G 204 of 417 ~ 48.92%
B 115 of 417 ~ 27.58%

%23.5
%48.92
%27.58

CMYK color model

#62CC73 color CMYK value is (52,0,44,20).

  • cyan value is 51.96%
  • magenta value is 0.00%
  • yellow value is 43.63%
  • key color value is 20.00%
CMYK:
(52,0,44,20)
C52M0Y44K20 
(52%,0%,44%,20%)
(0.52/0.00/0.44/0.20)	

CMYK percentages

%51.96
%0
%43.63
%20

Codes

Color #62CC73 in popluar color models

62CC73
RGB98204115
HSL130°50.96%59.22%
HSB/HSV130°51.96%80.00%
CMYK51.96%0.00%43.63%
20.00%

Color #62CC73 in popluar number systems.

HEX62CC73
Decimal98204115
Binary1100010110011001110011
Octal142314163

Shades and tints

Shades of #62CC73

#62CC73
(98,204,115)
#5ABA69
(90,186,105)
#52A85F
(82,168,95)
#4A9655
(74,150,85)
#42844B
(66,132,75)
#3A7241
(58,114,65)
#326037
(50,96,55)
#2A4E2D
(42,78,45)
#223C23
(34,60,35)
#1A2A19
(26,42,25)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #62CC73

#62CC73
(98,204,115)
#70D07F
(112,208,127)
#7ED48B
(126,212,139)
#8CD897
(140,216,151)
#9ADCA3
(154,220,163)
#A8E0AF
(168,224,175)
#B6E4BB
(182,228,187)
#C4E8C7
(196,232,199)
#D2ECD3
(210,236,211)
#E0F0DF
(224,240,223)
#EEF4EB
(238,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62CC73; }

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

This text font color is #62CC73.


Background Color

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

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

This div background color is #62CC73.


Border color

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

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

This div border color is #62CC73.


Opacity

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

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

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

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

This text has shadow with #62CC73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62CC73 on black background.


Color preview on white background

This text has color #62CC73 on white background.



Black color preview on #62CC73 background

This text has black color on #62CC73 background.


White color preview on #62CC73 background

This text has white color on #62CC73 background.