COLOR #62D521

HEX: #62D521 RGB: (98,213,33)

Color info

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

RGB color model

#62D521 color RGB value is (98,213,33).

RGB: (98,213,33) (38%, 84%, 13%)

RGB channels and saturation

R 98 of 255 = 38%
G 213 of 255 = 84%
B 33 of 255 = 13%

98
213
33

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

Portions of RGB colors in percentages

R + G + B = 98 + 213 + 33 = 344 (100%)
R 98 of 344 ~ 28.49%
G 213 of 344 ~ 61.92%
B 33 of 344 ~ 9.59'%

%28.49
%61.92

CMYK color model

#62D521 color CMYK value is (54,0,85,16).

  • cyan value is 53.99%
  • magenta value is 0.00%
  • yellow value is 84.51%
  • key color value is 16.47%

CMYK: (54,0,85,16)
C54M0Y85K16 (54%, 0%, 85%, 16%)
(0.54 / 0.00 / 0.85 / 0.16)

CMYK percentages

%53.99
%0
%84.51
%16.47

Codes

Color #62D521 in popluar color models

62 D5 21
RGB 98 213 33
HSL 98° 73.17% 48.24%
HSB/HSV 98° 84.51% 83.53%
CMYK 53.99% 0.00% 84.51%
16.47%

Color #62D521 in popluar number systems.

HEX 62 D5 21
Decimal 98 213 33
Binary 1100010 11010101 100001
Octal 142 325 41

Shades and tints

Shades of #62D521

#62D521
(98,213,33)
#5AC21E
(90,194,30)
#52AF1B
(82,175,27)
#4A9C18
(74,156,24)
#428915
(66,137,21)
#3A7612
(58,118,18)
#32630F
(50,99,15)
#2A500C
(42,80,12)
#223D09
(34,61,9)
#1A2A06
(26,42,6)
#121703
(18,23,3)
#000000
(0,0,0)

Tints of #62D521

#62D521
(98,213,33)
#70D835
(112,216,53)
#7EDB49
(126,219,73)
#8CDE5D
(140,222,93)
#9AE171
(154,225,113)
#A8E485
(168,228,133)
#B6E799
(182,231,153)
#C4EAAD
(196,234,173)
#D2EDC1
(210,237,193)
#E0F0D5
(224,240,213)
#EEF3E9
(238,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62D521 color. Also use rgb(98,213,33) instead hex code.

Text Font Color

.myTextColor { color: #62D521; }

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

This text font color is #62D521.

Background Color

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

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

This div background color is #62D521.

Border color

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

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

This div border color is #62D521.

Opacity

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

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

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

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

This text has shadow with #62D521 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #62D521.

Preview

Color preview on black background

This text has color #62D521 on black background.


Color preview on white background

This text has color #62D521 on white background.


Black color preview on #62D521 background

This text has black color on #62D521 background.


White color preview on #62D521 background

This text has white color on #62D521 background.


Related colors

Complementary color

Complementary color for #hex is #9D2ADE.


I love getcolorcode.com

Triadic colors

1 #2162D5 and #D52162 with #62D521 are triadic colors.

2 #21D562 and #D56221 with #62D521 are triadic colors.