COLOR #5AE337

HEX: #5AE337
RGB: (90,227,55)

Color info

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

RGB color model

#5AE337 color RGB value is (90,227,55).

  • red value is 90;
  • green value is 227;
  • blue value is 55.
RGB:
(90,227,55)
(35%,89%,22%)

RGB channels and saturation

R 90 of 255 = 35%
G 227 of 255 = 89%
B 55 of 255 = 22%

90
227
55

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

Portions of RGB colors in percentages

R + G + B =
90 + 227 + 55 = 372 (100%)
R 90 of 372 ~ 24.19%
G 227 of 372 ~ 61.02%
B 55 of 372 ~ 14.78%

%24.19
%61.02
%14.78

CMYK color model

#5AE337 color CMYK value is (60,0,76,11).

  • cyan value is 60.35%
  • magenta value is 0.00%
  • yellow value is 75.77%
  • key color value is 10.98%
CMYK:
(60,0,76,11)
C60M0Y76K11 
(60%,0%,76%,11%)
(0.60/0.00/0.76/0.11)	

CMYK percentages

%60.35
%0
%75.77
%10.98

Codes

Color #5AE337 in popluar color models

5AE337
RGB9022755
HSL108°75.44%55.29%
HSB/HSV108°75.77%89.02%
CMYK60.35%0.00%75.77%
10.98%

Color #5AE337 in popluar number systems.

HEX5AE337
Decimal9022755
Binary101101011100011110111
Octal13234367

Shades and tints

Shades of #5AE337

#5AE337
(90,227,55)
#52CF32
(82,207,50)
#4ABB2D
(74,187,45)
#42A728
(66,167,40)
#3A9323
(58,147,35)
#327F1E
(50,127,30)
#2A6B19
(42,107,25)
#225714
(34,87,20)
#1A430F
(26,67,15)
#122F0A
(18,47,10)
#0A1B05
(10,27,5)
#000000
(0,0,0)

Tints of #5AE337

#5AE337
(90,227,55)
#69E549
(105,229,73)
#78E75B
(120,231,91)
#87E96D
(135,233,109)
#96EB7F
(150,235,127)
#A5ED91
(165,237,145)
#B4EFA3
(180,239,163)
#C3F1B5
(195,241,181)
#D2F3C7
(210,243,199)
#E1F5D9
(225,245,217)
#F0F7EB
(240,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AE337 color. Also use rgb(90,227,55) instead hex code.

Text Font Color

.myTextColor { color: #5AE337; }

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

This text font color is #5AE337.


Background Color

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

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

This div background color is #5AE337.


Border color

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

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

This div border color is #5AE337.


Opacity

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

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

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

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

This text has shadow with #5AE337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AE337 on black background.


Color preview on white background

This text has color #5AE337 on white background.



Black color preview on #5AE337 background

This text has black color on #5AE337 background.


White color preview on #5AE337 background

This text has white color on #5AE337 background.