COLOR #9DE338

HEX: #9DE338 RGB: (157,227,56)

Color info

#9DE338 contains mainly green color. Web safe color of #9DE338 is #99CC33 (or #9C3).

RGB color model

#9DE338 color RGB value is (157,227,56).

RGB: (157,227,56) (62%, 89%, 22%)

RGB channels and saturation

R 157 of 255 = 62%
G 227 of 255 = 89%
B 56 of 255 = 22%

157
227
56

R + G + B ~ 58%. #9DE338 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 157 + 227 + 56 = 440 (100%)
R 157 of 440 ~ 35.68%
G 227 of 440 ~ 51.59%
B 56 of 440 ~ 12.73'%

%35.68
%51.59
%12.73

CMYK color model

#9DE338 color CMYK value is (31,0,75,11).

  • cyan value is 30.84%
  • magenta value is 0.00%
  • yellow value is 75.33%
  • key color value is 10.98%

CMYK: (31,0,75,11)
C31M0Y75K11 (31%, 0%, 75%, 11%)
(0.31 / 0.00 / 0.75 / 0.11)

CMYK percentages

%30.84
%0
%75.33
%10.98

Codes

Color #9DE338 in popluar color models

9D E3 38
RGB 157 227 56
HSL 85° 75.33% 55.49%
HSB/HSV 85° 75.33% 89.02%
CMYK 30.84% 0.00% 75.33%
10.98%

Color #9DE338 in popluar number systems.

HEX 9D E3 38
Decimal 157 227 56
Binary 10011101 11100011 111000
Octal 235 343 70

Shades and tints

Shades of #9DE338

#9DE338
(157,227,56)
#8FCF33
(143,207,51)
#81BB2E
(129,187,46)
#73A729
(115,167,41)
#659324
(101,147,36)
#577F1F
(87,127,31)
#496B1A
(73,107,26)
#3B5715
(59,87,21)
#2D4310
(45,67,16)
#1F2F0B
(31,47,11)
#111B06
(17,27,6)
#000000
(0,0,0)

Tints of #9DE338

#9DE338
(157,227,56)
#A5E54A
(165,229,74)
#ADE75C
(173,231,92)
#B5E96E
(181,233,110)
#BDEB80
(189,235,128)
#C5ED92
(197,237,146)
#CDEFA4
(205,239,164)
#D5F1B6
(213,241,182)
#DDF3C8
(221,243,200)
#E5F5DA
(229,245,218)
#EDF7EC
(237,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DE338 color. Also use rgb(157,227,56) instead hex code.

Text Font Color

.myTextColor { color: #9DE338; }

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

This text font color is #9DE338.

Background Color

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

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

This div background color is #9DE338.

Border color

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

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

This div border color is #9DE338.

Opacity

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

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

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

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

This text has shadow with #9DE338 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DE338.

Preview

Color preview on black background

This text has color #9DE338 on black background.


Color preview on white background

This text has color #9DE338 on white background.


Black color preview on #9DE338 background

This text has black color on #9DE338 background.


White color preview on #9DE338 background

This text has white color on #9DE338 background.


Related colors

Complementary color

Complementary color for #hex is #621CC7.


I love getcolorcode.com

Triadic colors

1 #389DE3 and #E3389D with #9DE338 are triadic colors.

2 #38E39D and #E39D38 with #9DE338 are triadic colors.