COLOR #62C395

HEX: #62C395
RGB: (98,195,149)

Color info

#62C395 contains mainly green and blue colors. Web safe color of #62C395 is #66CC99 (or #6C9).

RGB color model

#62C395 color RGB value is (98,195,149).

  • red value is 98;
  • green value is 195;
  • blue value is 149.
RGB:
(98,195,149)
(38%,76%,58%)

RGB channels and saturation

R 98 of 255 = 38%
G 195 of 255 = 76%
B 149 of 255 = 58%

98
195
149

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

Portions of RGB colors in percentages

R + G + B =
98 + 195 + 149 = 442 (100%)
R 98 of 442 ~ 22.17%
G 195 of 442 ~ 44.12%
B 149 of 442 ~ 33.71%

%22.17
%44.12
%33.71

CMYK color model

#62C395 color CMYK value is (50,0,24,24).

  • cyan value is 49.74%
  • magenta value is 0.00%
  • yellow value is 23.59%
  • key color value is 23.53%
CMYK:
(50,0,24,24)
C50M0Y24K24 
(50%,0%,24%,24%)
(0.50/0.00/0.24/0.24)	

CMYK percentages

%49.74
%0
%23.59
%23.53

Codes

Color #62C395 in popluar color models

62C395
RGB98195149
HSL152°44.70%57.45%
HSB/HSV152°49.74%76.47%
CMYK49.74%0.00%23.59%
23.53%

Color #62C395 in popluar number systems.

HEX62C395
Decimal98195149
Binary11000101100001110010101
Octal142303225

Shades and tints

Shades of #62C395

#62C395
(98,195,149)
#5AB288
(90,178,136)
#52A17B
(82,161,123)
#4A906E
(74,144,110)
#427F61
(66,127,97)
#3A6E54
(58,110,84)
#325D47
(50,93,71)
#2A4C3A
(42,76,58)
#223B2D
(34,59,45)
#1A2A20
(26,42,32)
#121913
(18,25,19)
#000000
(0,0,0)

Tints of #62C395

#62C395
(98,195,149)
#70C89E
(112,200,158)
#7ECDA7
(126,205,167)
#8CD2B0
(140,210,176)
#9AD7B9
(154,215,185)
#A8DCC2
(168,220,194)
#B6E1CB
(182,225,203)
#C4E6D4
(196,230,212)
#D2EBDD
(210,235,221)
#E0F0E6
(224,240,230)
#EEF5EF
(238,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62C395; }

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

This text font color is #62C395.


Background Color

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

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

This div background color is #62C395.


Border color

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

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

This div border color is #62C395.


Opacity

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

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

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

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

This text has shadow with #62C395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62C395 on black background.


Color preview on white background

This text has color #62C395 on white background.



Black color preview on #62C395 background

This text has black color on #62C395 background.


White color preview on #62C395 background

This text has white color on #62C395 background.