COLOR #5AD62F

HEX: #5AD62F RGB: (90,214,47)

Color info

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

RGB color model

#5AD62F color RGB value is (90,214,47).

RGB: (90,214,47) (35%, 84%, 18%)

RGB channels and saturation

R 90 of 255 = 35%
G 214 of 255 = 84%
B 47 of 255 = 18%

90
214
47

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

Portions of RGB colors in percentages

R + G + B = 90 + 214 + 47 = 351 (100%)
R 90 of 351 ~ 25.64%
G 214 of 351 ~ 60.97%
B 47 of 351 ~ 13.39'%

%25.64
%60.97
%13.39

CMYK color model

#5AD62F color CMYK value is (58,0,78,16).

  • cyan value is 57.94%
  • magenta value is 0.00%
  • yellow value is 78.04%
  • key color value is 16.08%

CMYK: (58,0,78,16)
C58M0Y78K16 (58%, 0%, 78%, 16%)
(0.58 / 0.00 / 0.78 / 0.16)

CMYK percentages

%57.94
%0
%78.04
%16.08

Codes

Color #5AD62F in popluar color models

5A D6 2F
RGB 90 214 47
HSL 105° 67.07% 51.18%
HSB/HSV 105° 78.04% 83.92%
CMYK 57.94% 0.00% 78.04%
16.08%

Color #5AD62F in popluar number systems.

HEX 5A D6 2F
Decimal 90 214 47
Binary 1011010 11010110 101111
Octal 132 326 57

Shades and tints

Shades of #5AD62F

#5AD62F
(90,214,47)
#52C32B
(82,195,43)
#4AB027
(74,176,39)
#429D23
(66,157,35)
#3A8A1F
(58,138,31)
#32771B
(50,119,27)
#2A6417
(42,100,23)
#225113
(34,81,19)
#1A3E0F
(26,62,15)
#122B0B
(18,43,11)
#0A1807
(10,24,7)
#000000
(0,0,0)

Tints of #5AD62F

#5AD62F
(90,214,47)
#69D941
(105,217,65)
#78DC53
(120,220,83)
#87DF65
(135,223,101)
#96E277
(150,226,119)
#A5E589
(165,229,137)
#B4E89B
(180,232,155)
#C3EBAD
(195,235,173)
#D2EEBF
(210,238,191)
#E1F1D1
(225,241,209)
#F0F4E3
(240,244,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AD62F color. Also use rgb(90,214,47) instead hex code.

Text Font Color

.myTextColor { color: #5AD62F; }

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

This text font color is #5AD62F.

Background Color

.myBgColor { background-color: #5AD62F; }

<div style="background-color:#5AD62F">Inner text</div>

This div background color is #5AD62F.

Border color

.myBorderColor { border: 1px solid #5AD62F; }

<div style="border:3px solid #5AD62F">Div</div>

This div border color is #5AD62F.

Opacity

.myOpacity80 { color: #5AD62F; opacity: 0.8; }

<p style="color:#5AD62F;opacity:0.8;">80%</p>

Text with #5AD62F 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 #5AD62F;}

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

This text has shadow with #5AD62F color.


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

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

This text has shadow with #5AD62F primary color and red secondary color.


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

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

This text has shadow with #5AD62F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5AD62F.

Preview

Color preview on black background

This text has color #5AD62F on black background.


Color preview on white background

This text has color #5AD62F on white background.


Black color preview on #5AD62F background

This text has black color on #5AD62F background.


White color preview on #5AD62F background

This text has white color on #5AD62F background.


Related colors

Complementary color

Complementary color for #hex is #A529D0.


I love getcolorcode.com

Triadic colors

1 #2F5AD6 and #D62F5A with #5AD62F are triadic colors.

2 #2FD65A and #D65A2F with #5AD62F are triadic colors.