COLOR #62BD46

HEX: #62BD46
RGB: (98,189,70)

Color info

#62BD46 contains mainly green color. Web safe color of #62BD46 is #66CC33 (or #6C3).

RGB color model

#62BD46 color RGB value is (98,189,70).

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

RGB channels and saturation

R 98 of 255 = 38%
G 189 of 255 = 74%
B 70 of 255 = 27%

98
189
70

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

Portions of RGB colors in percentages

R + G + B =
98 + 189 + 70 = 357 (100%)
R 98 of 357 ~ 27.45%
G 189 of 357 ~ 52.94%
B 70 of 357 ~ 19.61%

%27.45
%52.94
%19.61

CMYK color model

#62BD46 color CMYK value is (48,0,63,26).

  • cyan value is 48.15%
  • magenta value is 0.00%
  • yellow value is 62.96%
  • key color value is 25.88%
CMYK:
(48,0,63,26)
C48M0Y63K26 
(48%,0%,63%,26%)
(0.48/0.00/0.63/0.26)	

CMYK percentages

%48.15
%0
%62.96
%25.88

Codes

Color #62BD46 in popluar color models

62BD46
RGB9818970
HSL106°47.41%50.78%
HSB/HSV106°62.96%74.12%
CMYK48.15%0.00%62.96%
25.88%

Color #62BD46 in popluar number systems.

HEX62BD46
Decimal9818970
Binary1100010101111011000110
Octal142275106

Shades and tints

Shades of #62BD46

#62BD46
(98,189,70)
#5AAC40
(90,172,64)
#529B3A
(82,155,58)
#4A8A34
(74,138,52)
#42792E
(66,121,46)
#3A6828
(58,104,40)
#325722
(50,87,34)
#2A461C
(42,70,28)
#223516
(34,53,22)
#1A2410
(26,36,16)
#12130A
(18,19,10)
#000000
(0,0,0)

Tints of #62BD46

#62BD46
(98,189,70)
#70C356
(112,195,86)
#7EC966
(126,201,102)
#8CCF76
(140,207,118)
#9AD586
(154,213,134)
#A8DB96
(168,219,150)
#B6E1A6
(182,225,166)
#C4E7B6
(196,231,182)
#D2EDC6
(210,237,198)
#E0F3D6
(224,243,214)
#EEF9E6
(238,249,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62BD46; }

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

This text font color is #62BD46.


Background Color

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

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

This div background color is #62BD46.


Border color

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

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

This div border color is #62BD46.


Opacity

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

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

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

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

This text has shadow with #62BD46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62BD46 on black background.


Color preview on white background

This text has color #62BD46 on white background.



Black color preview on #62BD46 background

This text has black color on #62BD46 background.


White color preview on #62BD46 background

This text has white color on #62BD46 background.