COLOR #5FD481

HEX: #5FD481 RGB: (95,212,129)

Color info

#5FD481 contains mainly green color. Web safe color of #5FD481 is #66CC99 (or #6C9).

RGB color model

#5FD481 color RGB value is (95,212,129).

RGB: (95,212,129) (37%, 83%, 51%)

RGB channels and saturation

R 95 of 255 = 37%
G 212 of 255 = 83%
B 129 of 255 = 51%

95
212
129

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

Portions of RGB colors in percentages

R + G + B = 95 + 212 + 129 = 436 (100%)
R 95 of 436 ~ 21.79%
G 212 of 436 ~ 48.62%
B 129 of 436 ~ 29.59'%

%21.79
%48.62
%29.59

CMYK color model

#5FD481 color CMYK value is (55,0,39,17).

  • cyan value is 55.19%
  • magenta value is 0.00%
  • yellow value is 39.15%
  • key color value is 16.86%

CMYK: (55,0,39,17)
C55M0Y39K17 (55%, 0%, 39%, 17%)
(0.55 / 0.00 / 0.39 / 0.17)

CMYK percentages

%55.19
%0
%39.15
%16.86

Codes

Color #5FD481 in popluar color models

5F D4 81
RGB 95 212 129
HSL 137° 57.64% 60.20%
HSB/HSV 137° 55.19% 83.14%
CMYK 55.19% 0.00% 39.15%
16.86%

Color #5FD481 in popluar number systems.

HEX 5F D4 81
Decimal 95 212 129
Binary 1011111 11010100 10000001
Octal 137 324 201

Shades and tints

Shades of #5FD481

#5FD481
(95,212,129)
#57C176
(87,193,118)
#4FAE6B
(79,174,107)
#479B60
(71,155,96)
#3F8855
(63,136,85)
#37754A
(55,117,74)
#2F623F
(47,98,63)
#274F34
(39,79,52)
#1F3C29
(31,60,41)
#17291E
(23,41,30)
#0F1613
(15,22,19)
#000000
(0,0,0)

Tints of #5FD481

#5FD481
(95,212,129)
#6DD78C
(109,215,140)
#7BDA97
(123,218,151)
#89DDA2
(137,221,162)
#97E0AD
(151,224,173)
#A5E3B8
(165,227,184)
#B3E6C3
(179,230,195)
#C1E9CE
(193,233,206)
#CFECD9
(207,236,217)
#DDEFE4
(221,239,228)
#EBF2EF
(235,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FD481 color. Also use rgb(95,212,129) instead hex code.

Text Font Color

.myTextColor { color: #5FD481; }

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

This text font color is #5FD481.

Background Color

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

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

This div background color is #5FD481.

Border color

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

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

This div border color is #5FD481.

Opacity

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

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

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

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

This text has shadow with #5FD481 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5FD481.

Preview

Color preview on black background

This text has color #5FD481 on black background.


Color preview on white background

This text has color #5FD481 on white background.


Black color preview on #5FD481 background

This text has black color on #5FD481 background.


White color preview on #5FD481 background

This text has white color on #5FD481 background.


Related colors

Complementary color

Complementary color for #hex is #A02B7E.


I love getcolorcode.com

Triadic colors

1 #815FD4 and #D4815F with #5FD481 are triadic colors.

2 #81D45F and #D45F81 with #5FD481 are triadic colors.