COLOR #62AF5D

HEX: #62AF5D RGB: (98,175,93)

Color info

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

RGB color model

#62AF5D color RGB value is (98,175,93).

RGB: (98,175,93) (38%, 69%, 36%)

RGB channels and saturation

R 98 of 255 = 38%
G 175 of 255 = 69%
B 93 of 255 = 36%

98
175
93

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

Portions of RGB colors in percentages

R + G + B = 98 + 175 + 93 = 366 (100%)
R 98 of 366 ~ 26.78%
G 175 of 366 ~ 47.81%
B 93 of 366 ~ 25.41'%

%26.78
%47.81
%25.41

CMYK color model

#62AF5D color CMYK value is (44,0,47,31).

  • cyan value is 44.00%
  • magenta value is 0.00%
  • yellow value is 46.86%
  • key color value is 31.37%

CMYK: (44,0,47,31)
C44M0Y47K31 (44%, 0%, 47%, 31%)
(0.44 / 0.00 / 0.47 / 0.31)

CMYK percentages

%44
%0
%46.86
%31.37

Codes

Color #62AF5D in popluar color models

62 AF 5D
RGB 98 175 93
HSL 116° 33.88% 52.55%
HSB/HSV 116° 46.86% 68.63%
CMYK 44.00% 0.00% 46.86%
31.37%

Color #62AF5D in popluar number systems.

HEX 62 AF 5D
Decimal 98 175 93
Binary 1100010 10101111 1011101
Octal 142 257 135

Shades and tints

Shades of #62AF5D

#62AF5D
(98,175,93)
#5AA055
(90,160,85)
#52914D
(82,145,77)
#4A8245
(74,130,69)
#42733D
(66,115,61)
#3A6435
(58,100,53)
#32552D
(50,85,45)
#2A4625
(42,70,37)
#22371D
(34,55,29)
#1A2815
(26,40,21)
#12190D
(18,25,13)
#000000
(0,0,0)

Tints of #62AF5D

#62AF5D
(98,175,93)
#70B66B
(112,182,107)
#7EBD79
(126,189,121)
#8CC487
(140,196,135)
#9ACB95
(154,203,149)
#A8D2A3
(168,210,163)
#B6D9B1
(182,217,177)
#C4E0BF
(196,224,191)
#D2E7CD
(210,231,205)
#E0EEDB
(224,238,219)
#EEF5E9
(238,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62AF5D color. Also use rgb(98,175,93) instead hex code.

Text Font Color

.myTextColor { color: #62AF5D; }

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

This text font color is #62AF5D.

Background Color

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

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

This div background color is #62AF5D.

Border color

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

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

This div border color is #62AF5D.

Opacity

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

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

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

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

This text has shadow with #62AF5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #62AF5D.

Preview

Color preview on black background

This text has color #62AF5D on black background.


Color preview on white background

This text has color #62AF5D on white background.


Black color preview on #62AF5D background

This text has black color on #62AF5D background.


White color preview on #62AF5D background

This text has white color on #62AF5D background.


Related colors

Complementary color

Complementary color for #hex is #9D50A2.


I love getcolorcode.com

Triadic colors

1 #5D62AF and #AF5D62 with #62AF5D are triadic colors.

2 #5DAF62 and #AF625D with #62AF5D are triadic colors.