COLOR #9DE071

HEX: #9DE071
RGB: (157,224,113)

Color info

#9DE071 contains mainly green color. Web safe color of #9DE071 is #99CC66 (or #9C6).

RGB color model

#9DE071 color RGB value is (157,224,113).

  • red value is 157;
  • green value is 224;
  • blue value is 113.
RGB:
(157,224,113)
(62%,88%,44%)

RGB channels and saturation

R 157 of 255 = 62%
G 224 of 255 = 88%
B 113 of 255 = 44%

157
224
113

R + G + B ~ 65%. #9DE071 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 224 + 113 = 494 (100%)
R 157 of 494 ~ 31.78%
G 224 of 494 ~ 45.34%
B 113 of 494 ~ 22.87%

%31.78
%45.34
%22.87

CMYK color model

#9DE071 color CMYK value is (30,0,50,12).

  • cyan value is 29.91%
  • magenta value is 0.00%
  • yellow value is 49.55%
  • key color value is 12.16%
CMYK:
(30,0,50,12)
C30M0Y50K12 
(30%,0%,50%,12%)
(0.30/0.00/0.50/0.12)	

CMYK percentages

%29.91
%0
%49.55
%12.16

Codes

Color #9DE071 in popluar color models

9DE071
RGB157224113
HSL96°64.16%66.08%
HSB/HSV96°49.55%87.84%
CMYK29.91%0.00%49.55%
12.16%

Color #9DE071 in popluar number systems.

HEX9DE071
Decimal157224113
Binary10011101111000001110001
Octal235340161

Shades and tints

Shades of #9DE071

#9DE071
(157,224,113)
#8FCC67
(143,204,103)
#81B85D
(129,184,93)
#73A453
(115,164,83)
#659049
(101,144,73)
#577C3F
(87,124,63)
#496835
(73,104,53)
#3B542B
(59,84,43)
#2D4021
(45,64,33)
#1F2C17
(31,44,23)
#11180D
(17,24,13)
#000000
(0,0,0)

Tints of #9DE071

#9DE071
(157,224,113)
#A5E27D
(165,226,125)
#ADE489
(173,228,137)
#B5E695
(181,230,149)
#BDE8A1
(189,232,161)
#C5EAAD
(197,234,173)
#CDECB9
(205,236,185)
#D5EEC5
(213,238,197)
#DDF0D1
(221,240,209)
#E5F2DD
(229,242,221)
#EDF4E9
(237,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DE071 color. Also use rgb(157,224,113) instead hex code.

Text Font Color

.myTextColor { color: #9DE071; }

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

This text font color is #9DE071.


Background Color

.myBgColor { background-color: #9DE071; }

<div style="background-color:#9DE071">Inner text</div>

This div background color is #9DE071.


Border color

.myBorderColor { border: 1px solid #9DE071; }

<div style="border:3px solid #9DE071">Div</div>

This div border color is #9DE071.


Opacity

.myOpacity80 { color: #9DE071; opacity: 0.8; }

<p style="color:#9DE071;opacity:0.8;">80%</p>

Text with #9DE071 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 #9DE071;}

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

This text has shadow with #9DE071 color.

.textShadow {text-shadow: 3px 3px 1px #9DE071, 3px 3px 1px red;}

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

This text has shadow with #9DE071 primary color and red secondary color.


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

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

This text has shadow with #9DE071 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DE071 on black background.


Color preview on white background

This text has color #9DE071 on white background.



Black color preview on #9DE071 background

This text has black color on #9DE071 background.


White color preview on #9DE071 background

This text has white color on #9DE071 background.