COLOR #95DF82

HEX: #95DF82 RGB: (149,223,130)

Color info

#95DF82 contains mainly green color. Web safe color of #95DF82 is #99CC99 (or #9C9).

RGB color model

#95DF82 color RGB value is (149,223,130).

RGB: (149,223,130) (58%, 87%, 51%)

RGB channels and saturation

R 149 of 255 = 58%
G 223 of 255 = 87%
B 130 of 255 = 51%

149
223
130

R + G + B ~ 65%. #95DF82 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 223 + 130 = 502 (100%)
R 149 of 502 ~ 29.68%
G 223 of 502 ~ 44.42%
B 130 of 502 ~ 25.9'%

%29.68
%44.42
%25.9

CMYK color model

#95DF82 color CMYK value is (33,0,42,13).

  • cyan value is 33.18%
  • magenta value is 0.00%
  • yellow value is 41.70%
  • key color value is 12.55%
CMYK: (33,0,42,13) C33M0Y42K13 (33%,0%,42%,13%) (0.33/0.00/0.42/0.13) 

CMYK percentages

%33.18
%0
%41.7
%12.55

Codes

Color #95DF82 in popluar color models

95 DF 82
RGB 149 223 130
HSL 108° 59.24% 69.22%
HSB/HSV 108° 41.70% 87.45%
CMYK 33.18% 0.00% 41.70%
12.55%

Color #95DF82 in popluar number systems.

HEX 95 DF 82
Decimal 149 223 130
Binary 10010101 11011111 10000010
Octal 225 337 202

Shades and tints

Shades of #95DF82

#95DF82
(149,223,130)
#88CB77
(136,203,119)
#7BB76C
(123,183,108)
#6EA361
(110,163,97)
#618F56
(97,143,86)
#547B4B
(84,123,75)
#476740
(71,103,64)
#3A5335
(58,83,53)
#2D3F2A
(45,63,42)
#202B1F
(32,43,31)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #95DF82

#95DF82
(149,223,130)
#9EE18D
(158,225,141)
#A7E398
(167,227,152)
#B0E5A3
(176,229,163)
#B9E7AE
(185,231,174)
#C2E9B9
(194,233,185)
#CBEBC4
(203,235,196)
#D4EDCF
(212,237,207)
#DDEFDA
(221,239,218)
#E6F1E5
(230,241,229)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95DF82 color. Also use rgb(149,223,130) instead hex code.

Text Font Color

.myTextColor { color: #95DF82; }

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

This text font color is #95DF82.

Background Color

.myBgColor { background-color: #95DF82; }

<div style="background-color:#95DF82">Inner text</div>

This div background color is #95DF82.

Border color

.myBorderColor { border: 1px solid #95DF82; }

<div style="border:3px solid #95DF82">Div</div>

This div border color is #95DF82.

Opacity

.myOpacity80 { color: #95DF82; opacity: 0.8; }

<p style="color:#95DF82;opacity:0.8;">80%</p>

Text with #95DF82 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 #95DF82;}

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

This text has shadow with #95DF82 color.


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

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

This text has shadow with #95DF82 primary color and red secondary color.


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

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

This text has shadow with #95DF82 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #95DF82.

Preview

Color preview on black background

This text has color #95DF82 on black background.


Color preview on white background

This text has color #95DF82 on white background.


Black color preview on #95DF82 background

This text has black color on #95DF82 background.


White color preview on #95DF82 background

This text has white color on #95DF82 background.


Related colors

Complementary color

Complementary color for #hex is #6A207D.


I love getcolorcode.com

Triadic colors

1 #8295DF and #DF8295 with #95DF82 are triadic colors.

2 #82DF95 and #DF9582 with #95DF82 are triadic colors.