COLOR #5ABB81

HEX: #5ABB81
RGB: (90,187,129)

Color info

#5ABB81 contains mainly green and blue colors. Web safe color of #5ABB81 is #66CC99 (or #6C9).

RGB color model

#5ABB81 color RGB value is (90,187,129).

  • red value is 90;
  • green value is 187;
  • blue value is 129.
RGB:
(90,187,129)
(35%,73%,51%)

RGB channels and saturation

R 90 of 255 = 35%
G 187 of 255 = 73%
B 129 of 255 = 51%

90
187
129

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

Portions of RGB colors in percentages

R + G + B =
90 + 187 + 129 = 406 (100%)
R 90 of 406 ~ 22.17%
G 187 of 406 ~ 46.06%
B 129 of 406 ~ 31.77%

%22.17
%46.06
%31.77

CMYK color model

#5ABB81 color CMYK value is (52,0,31,27).

  • cyan value is 51.87%
  • magenta value is 0.00%
  • yellow value is 31.02%
  • key color value is 26.67%
CMYK:
(52,0,31,27)
C52M0Y31K27 
(52%,0%,31%,27%)
(0.52/0.00/0.31/0.27)	

CMYK percentages

%51.87
%0
%31.02
%26.67

Codes

Color #5ABB81 in popluar color models

5ABB81
RGB90187129
HSL144°41.63%54.31%
HSB/HSV144°51.87%73.33%
CMYK51.87%0.00%31.02%
26.67%

Color #5ABB81 in popluar number systems.

HEX5ABB81
Decimal90187129
Binary10110101011101110000001
Octal132273201

Shades and tints

Shades of #5ABB81

#5ABB81
(90,187,129)
#52AA76
(82,170,118)
#4A996B
(74,153,107)
#428860
(66,136,96)
#3A7755
(58,119,85)
#32664A
(50,102,74)
#2A553F
(42,85,63)
#224434
(34,68,52)
#1A3329
(26,51,41)
#12221E
(18,34,30)
#0A1113
(10,17,19)
#000000
(0,0,0)

Tints of #5ABB81

#5ABB81
(90,187,129)
#69C18C
(105,193,140)
#78C797
(120,199,151)
#87CDA2
(135,205,162)
#96D3AD
(150,211,173)
#A5D9B8
(165,217,184)
#B4DFC3
(180,223,195)
#C3E5CE
(195,229,206)
#D2EBD9
(210,235,217)
#E1F1E4
(225,241,228)
#F0F7EF
(240,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5ABB81 color. Also use rgb(90,187,129) instead hex code.

Text Font Color

.myTextColor { color: #5ABB81; }

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

This text font color is #5ABB81.


Background Color

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

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

This div background color is #5ABB81.


Border color

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

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

This div border color is #5ABB81.


Opacity

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

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

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

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

This text has shadow with #5ABB81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5ABB81 on black background.


Color preview on white background

This text has color #5ABB81 on white background.



Black color preview on #5ABB81 background

This text has black color on #5ABB81 background.


White color preview on #5ABB81 background

This text has white color on #5ABB81 background.