COLOR #62B556

HEX: #62B556
RGB: (98,181,86)

Color info

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

RGB color model

#62B556 color RGB value is (98,181,86).

  • red value is 98;
  • green value is 181;
  • blue value is 86.
RGB:
(98,181,86)
(38%,71%,34%)

RGB channels and saturation

R 98 of 255 = 38%
G 181 of 255 = 71%
B 86 of 255 = 34%

98
181
86

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

Portions of RGB colors in percentages

R + G + B =
98 + 181 + 86 = 365 (100%)
R 98 of 365 ~ 26.85%
G 181 of 365 ~ 49.59%
B 86 of 365 ~ 23.56%

%26.85
%49.59
%23.56

CMYK color model

#62B556 color CMYK value is (46,0,52,29).

  • cyan value is 45.86%
  • magenta value is 0.00%
  • yellow value is 52.49%
  • key color value is 29.02%
CMYK:
(46,0,52,29)
C46M0Y52K29 
(46%,0%,52%,29%)
(0.46/0.00/0.52/0.29)	

CMYK percentages

%45.86
%0
%52.49
%29.02

Codes

Color #62B556 in popluar color models

62B556
RGB9818186
HSL112°39.09%52.35%
HSB/HSV112°52.49%70.98%
CMYK45.86%0.00%52.49%
29.02%

Color #62B556 in popluar number systems.

HEX62B556
Decimal9818186
Binary1100010101101011010110
Octal142265126

Shades and tints

Shades of #62B556

#62B556
(98,181,86)
#5AA54F
(90,165,79)
#529548
(82,149,72)
#4A8541
(74,133,65)
#42753A
(66,117,58)
#3A6533
(58,101,51)
#32552C
(50,85,44)
#2A4525
(42,69,37)
#22351E
(34,53,30)
#1A2517
(26,37,23)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #62B556

#62B556
(98,181,86)
#70BB65
(112,187,101)
#7EC174
(126,193,116)
#8CC783
(140,199,131)
#9ACD92
(154,205,146)
#A8D3A1
(168,211,161)
#B6D9B0
(182,217,176)
#C4DFBF
(196,223,191)
#D2E5CE
(210,229,206)
#E0EBDD
(224,235,221)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62B556; }

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

This text font color is #62B556.


Background Color

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

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

This div background color is #62B556.


Border color

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

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

This div border color is #62B556.


Opacity

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

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

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

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

This text has shadow with #62B556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62B556 on black background.


Color preview on white background

This text has color #62B556 on white background.



Black color preview on #62B556 background

This text has black color on #62B556 background.


White color preview on #62B556 background

This text has white color on #62B556 background.