COLOR #62B25B

HEX: #62B25B
RGB: (98,178,91)

Color info

#62B25B contains mainly green color. Web safe color of #62B25B is #669966 (or #696).

RGB color model

#62B25B color RGB value is (98,178,91).

  • red value is 98;
  • green value is 178;
  • blue value is 91.
RGB:
(98,178,91)
(38%,70%,36%)

RGB channels and saturation

R 98 of 255 = 38%
G 178 of 255 = 70%
B 91 of 255 = 36%

98
178
91

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

Portions of RGB colors in percentages

R + G + B =
98 + 178 + 91 = 367 (100%)
R 98 of 367 ~ 26.7%
G 178 of 367 ~ 48.5%
B 91 of 367 ~ 24.8%

%26.7
%48.5
%24.8

CMYK color model

#62B25B color CMYK value is (45,0,49,30).

  • cyan value is 44.94%
  • magenta value is 0.00%
  • yellow value is 48.88%
  • key color value is 30.20%
CMYK:
(45,0,49,30)
C45M0Y49K30 
(45%,0%,49%,30%)
(0.45/0.00/0.49/0.30)	

CMYK percentages

%44.94
%0
%48.88
%30.2

Codes

Color #62B25B in popluar color models

62B25B
RGB9817891
HSL115°36.10%52.75%
HSB/HSV115°48.88%69.80%
CMYK44.94%0.00%48.88%
30.20%

Color #62B25B in popluar number systems.

HEX62B25B
Decimal9817891
Binary1100010101100101011011
Octal142262133

Shades and tints

Shades of #62B25B

#62B25B
(98,178,91)
#5AA253
(90,162,83)
#52924B
(82,146,75)
#4A8243
(74,130,67)
#42723B
(66,114,59)
#3A6233
(58,98,51)
#32522B
(50,82,43)
#2A4223
(42,66,35)
#22321B
(34,50,27)
#1A2213
(26,34,19)
#12120B
(18,18,11)
#000000
(0,0,0)

Tints of #62B25B

#62B25B
(98,178,91)
#70B969
(112,185,105)
#7EC077
(126,192,119)
#8CC785
(140,199,133)
#9ACE93
(154,206,147)
#A8D5A1
(168,213,161)
#B6DCAF
(182,220,175)
#C4E3BD
(196,227,189)
#D2EACB
(210,234,203)
#E0F1D9
(224,241,217)
#EEF8E7
(238,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62B25B; }

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

This text font color is #62B25B.


Background Color

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

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

This div background color is #62B25B.


Border color

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

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

This div border color is #62B25B.


Opacity

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

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

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

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

This text has shadow with #62B25B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62B25B on black background.


Color preview on white background

This text has color #62B25B on white background.



Black color preview on #62B25B background

This text has black color on #62B25B background.


White color preview on #62B25B background

This text has white color on #62B25B background.