COLOR #5ABF67

HEX: #5ABF67
RGB: (90,191,103)

Color info

#5ABF67 contains mainly green color. Web safe color of #5ABF67 is #66CC66 (or #6C6).

RGB color model

#5ABF67 color RGB value is (90,191,103).

  • red value is 90;
  • green value is 191;
  • blue value is 103.
RGB:
(90,191,103)
(35%,75%,40%)

RGB channels and saturation

R 90 of 255 = 35%
G 191 of 255 = 75%
B 103 of 255 = 40%

90
191
103

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

Portions of RGB colors in percentages

R + G + B =
90 + 191 + 103 = 384 (100%)
R 90 of 384 ~ 23.44%
G 191 of 384 ~ 49.74%
B 103 of 384 ~ 26.82%

%23.44
%49.74
%26.82

CMYK color model

#5ABF67 color CMYK value is (53,0,46,25).

  • cyan value is 52.88%
  • magenta value is 0.00%
  • yellow value is 46.07%
  • key color value is 25.10%
CMYK:
(53,0,46,25)
C53M0Y46K25 
(53%,0%,46%,25%)
(0.53/0.00/0.46/0.25)	

CMYK percentages

%52.88
%0
%46.07
%25.1

Codes

Color #5ABF67 in popluar color models

5ABF67
RGB90191103
HSL128°44.10%55.10%
HSB/HSV128°52.88%74.90%
CMYK52.88%0.00%46.07%
25.10%

Color #5ABF67 in popluar number systems.

HEX5ABF67
Decimal90191103
Binary1011010101111111100111
Octal132277147

Shades and tints

Shades of #5ABF67

#5ABF67
(90,191,103)
#52AE5E
(82,174,94)
#4A9D55
(74,157,85)
#428C4C
(66,140,76)
#3A7B43
(58,123,67)
#326A3A
(50,106,58)
#2A5931
(42,89,49)
#224828
(34,72,40)
#1A371F
(26,55,31)
#122616
(18,38,22)
#0A150D
(10,21,13)
#000000
(0,0,0)

Tints of #5ABF67

#5ABF67
(90,191,103)
#69C474
(105,196,116)
#78C981
(120,201,129)
#87CE8E
(135,206,142)
#96D39B
(150,211,155)
#A5D8A8
(165,216,168)
#B4DDB5
(180,221,181)
#C3E2C2
(195,226,194)
#D2E7CF
(210,231,207)
#E1ECDC
(225,236,220)
#F0F1E9
(240,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5ABF67 color. Also use rgb(90,191,103) instead hex code.

Text Font Color

.myTextColor { color: #5ABF67; }

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

This text font color is #5ABF67.


Background Color

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

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

This div background color is #5ABF67.


Border color

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

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

This div border color is #5ABF67.


Opacity

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

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

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

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

This text has shadow with #5ABF67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5ABF67 on black background.


Color preview on white background

This text has color #5ABF67 on white background.



Black color preview on #5ABF67 background

This text has black color on #5ABF67 background.


White color preview on #5ABF67 background

This text has white color on #5ABF67 background.