COLOR #9DD54B

HEX: #9DD54B
RGB: (157,213,75)

Color info

#9DD54B contains mainly red and green colors. Web safe color of #9DD54B is #99CC33 (or #9C3).

RGB color model

#9DD54B color RGB value is (157,213,75).

  • red value is 157;
  • green value is 213;
  • blue value is 75.
RGB:
(157,213,75)
(62%,84%,29%)

RGB channels and saturation

R 157 of 255 = 62%
G 213 of 255 = 84%
B 75 of 255 = 29%

157
213
75

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

Portions of RGB colors in percentages

R + G + B =
157 + 213 + 75 = 445 (100%)
R 157 of 445 ~ 35.28%
G 213 of 445 ~ 47.87%
B 75 of 445 ~ 16.85%

%35.28
%47.87
%16.85

CMYK color model

#9DD54B color CMYK value is (26,0,65,16).

  • cyan value is 26.29%
  • magenta value is 0.00%
  • yellow value is 64.79%
  • key color value is 16.47%
CMYK:
(26,0,65,16)
C26M0Y65K16 
(26%,0%,65%,16%)
(0.26/0.00/0.65/0.16)	

CMYK percentages

%26.29
%0
%64.79
%16.47

Codes

Color #9DD54B in popluar color models

9DD54B
RGB15721375
HSL84°62.16%56.47%
HSB/HSV84°64.79%83.53%
CMYK26.29%0.00%64.79%
16.47%

Color #9DD54B in popluar number systems.

HEX9DD54B
Decimal15721375
Binary10011101110101011001011
Octal235325113

Shades and tints

Shades of #9DD54B

#9DD54B
(157,213,75)
#8FC245
(143,194,69)
#81AF3F
(129,175,63)
#739C39
(115,156,57)
#658933
(101,137,51)
#57762D
(87,118,45)
#496327
(73,99,39)
#3B5021
(59,80,33)
#2D3D1B
(45,61,27)
#1F2A15
(31,42,21)
#11170F
(17,23,15)
#000000
(0,0,0)

Tints of #9DD54B

#9DD54B
(157,213,75)
#A5D85B
(165,216,91)
#ADDB6B
(173,219,107)
#B5DE7B
(181,222,123)
#BDE18B
(189,225,139)
#C5E49B
(197,228,155)
#CDE7AB
(205,231,171)
#D5EABB
(213,234,187)
#DDEDCB
(221,237,203)
#E5F0DB
(229,240,219)
#EDF3EB
(237,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DD54B color. Also use rgb(157,213,75) instead hex code.

Text Font Color

.myTextColor { color: #9DD54B; }

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

This text font color is #9DD54B.


Background Color

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

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

This div background color is #9DD54B.


Border color

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

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

This div border color is #9DD54B.


Opacity

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

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

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

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

This text has shadow with #9DD54B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DD54B on black background.


Color preview on white background

This text has color #9DD54B on white background.



Black color preview on #9DD54B background

This text has black color on #9DD54B background.


White color preview on #9DD54B background

This text has white color on #9DD54B background.