COLOR #62BD83

HEX: #62BD83
RGB: (98,189,131)

Color info

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

RGB color model

#62BD83 color RGB value is (98,189,131).

  • red value is 98;
  • green value is 189;
  • blue value is 131.
RGB:
(98,189,131)
(38%,74%,51%)

RGB channels and saturation

R 98 of 255 = 38%
G 189 of 255 = 74%
B 131 of 255 = 51%

98
189
131

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

Portions of RGB colors in percentages

R + G + B =
98 + 189 + 131 = 418 (100%)
R 98 of 418 ~ 23.44%
G 189 of 418 ~ 45.22%
B 131 of 418 ~ 31.34%

%23.44
%45.22
%31.34

CMYK color model

#62BD83 color CMYK value is (48,0,31,26).

  • cyan value is 48.15%
  • magenta value is 0.00%
  • yellow value is 30.69%
  • key color value is 25.88%
CMYK:
(48,0,31,26)
C48M0Y31K26 
(48%,0%,31%,26%)
(0.48/0.00/0.31/0.26)	

CMYK percentages

%48.15
%0
%30.69
%25.88

Codes

Color #62BD83 in popluar color models

62BD83
RGB98189131
HSL142°40.81%56.27%
HSB/HSV142°48.15%74.12%
CMYK48.15%0.00%30.69%
25.88%

Color #62BD83 in popluar number systems.

HEX62BD83
Decimal98189131
Binary11000101011110110000011
Octal142275203

Shades and tints

Shades of #62BD83

#62BD83
(98,189,131)
#5AAC78
(90,172,120)
#529B6D
(82,155,109)
#4A8A62
(74,138,98)
#427957
(66,121,87)
#3A684C
(58,104,76)
#325741
(50,87,65)
#2A4636
(42,70,54)
#22352B
(34,53,43)
#1A2420
(26,36,32)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #62BD83

#62BD83
(98,189,131)
#70C38E
(112,195,142)
#7EC999
(126,201,153)
#8CCFA4
(140,207,164)
#9AD5AF
(154,213,175)
#A8DBBA
(168,219,186)
#B6E1C5
(182,225,197)
#C4E7D0
(196,231,208)
#D2EDDB
(210,237,219)
#E0F3E6
(224,243,230)
#EEF9F1
(238,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62BD83; }

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

This text font color is #62BD83.


Background Color

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

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

This div background color is #62BD83.


Border color

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

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

This div border color is #62BD83.


Opacity

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

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

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

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

This text has shadow with #62BD83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62BD83 on black background.


Color preview on white background

This text has color #62BD83 on white background.



Black color preview on #62BD83 background

This text has black color on #62BD83 background.


White color preview on #62BD83 background

This text has white color on #62BD83 background.