COLOR #5ADF6C

HEX: #5ADF6C
RGB: (90,223,108)

Color info

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

RGB color model

#5ADF6C color RGB value is (90,223,108).

  • red value is 90;
  • green value is 223;
  • blue value is 108.
RGB:
(90,223,108)
(35%,87%,42%)

RGB channels and saturation

R 90 of 255 = 35%
G 223 of 255 = 87%
B 108 of 255 = 42%

90
223
108

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

Portions of RGB colors in percentages

R + G + B =
90 + 223 + 108 = 421 (100%)
R 90 of 421 ~ 21.38%
G 223 of 421 ~ 52.97%
B 108 of 421 ~ 25.65%

%21.38
%52.97
%25.65

CMYK color model

#5ADF6C color CMYK value is (60,0,52,13).

  • cyan value is 59.64%
  • magenta value is 0.00%
  • yellow value is 51.57%
  • key color value is 12.55%
CMYK:
(60,0,52,13)
C60M0Y52K13 
(60%,0%,52%,13%)
(0.60/0.00/0.52/0.13)	

CMYK percentages

%59.64
%0
%51.57
%12.55

Codes

Color #5ADF6C in popluar color models

5ADF6C
RGB90223108
HSL128°67.51%61.37%
HSB/HSV128°59.64%87.45%
CMYK59.64%0.00%51.57%
12.55%

Color #5ADF6C in popluar number systems.

HEX5ADF6C
Decimal90223108
Binary1011010110111111101100
Octal132337154

Shades and tints

Shades of #5ADF6C

#5ADF6C
(90,223,108)
#52CB63
(82,203,99)
#4AB75A
(74,183,90)
#42A351
(66,163,81)
#3A8F48
(58,143,72)
#327B3F
(50,123,63)
#2A6736
(42,103,54)
#22532D
(34,83,45)
#1A3F24
(26,63,36)
#122B1B
(18,43,27)
#0A1712
(10,23,18)
#000000
(0,0,0)

Tints of #5ADF6C

#5ADF6C
(90,223,108)
#69E179
(105,225,121)
#78E386
(120,227,134)
#87E593
(135,229,147)
#96E7A0
(150,231,160)
#A5E9AD
(165,233,173)
#B4EBBA
(180,235,186)
#C3EDC7
(195,237,199)
#D2EFD4
(210,239,212)
#E1F1E1
(225,241,225)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5ADF6C color. Also use rgb(90,223,108) instead hex code.

Text Font Color

.myTextColor { color: #5ADF6C; }

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

This text font color is #5ADF6C.


Background Color

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

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

This div background color is #5ADF6C.


Border color

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

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

This div border color is #5ADF6C.


Opacity

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

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

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

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

This text has shadow with #5ADF6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5ADF6C on black background.


Color preview on white background

This text has color #5ADF6C on white background.



Black color preview on #5ADF6C background

This text has black color on #5ADF6C background.


White color preview on #5ADF6C background

This text has white color on #5ADF6C background.