COLOR #9DD501

HEX: #9DD501
RGB: (157,213,1)

Color info

#9DD501 contains mainly red and green colors. Web safe color of #9DD501 is #99CC00 (or #9C0).

RGB color model

#9DD501 color RGB value is (157,213,1).

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

RGB channels and saturation

R 157 of 255 = 62%
G 213 of 255 = 84%
B 1 of 255 = 0%

157
213
1

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

Portions of RGB colors in percentages

R + G + B =
157 + 213 + 1 = 371 (100%)
R 157 of 371 ~ 42.32%
G 213 of 371 ~ 57.41%
B 1 of 371 ~ 0.27%

%42.32
%57.41

CMYK color model

#9DD501 color CMYK value is (26,0,100,16).

  • cyan value is 26.29%
  • magenta value is 0.00%
  • yellow value is 99.53%
  • key color value is 16.47%
CMYK:
(26,0,100,16)
C26M0Y100K16 
(26%,0%,100%,16%)
(0.26/0.00/1.00/0.16)	

CMYK percentages

%26.29
%0
%99.53
%16.47

Codes

Color #9DD501 in popluar color models

9DD501
RGB1572131
HSL76°99.07%41.96%
HSB/HSV76°99.53%83.53%
CMYK26.29%0.00%99.53%
16.47%

Color #9DD501 in popluar number systems.

HEX9DD501
Decimal1572131
Binary10011101110101011
Octal2353251

Shades and tints

Shades of #9DD501

#9DD501
(157,213,1)
#8FC201
(143,194,1)
#81AF01
(129,175,1)
#739C01
(115,156,1)
#658901
(101,137,1)
#577601
(87,118,1)
#496301
(73,99,1)
#3B5001
(59,80,1)
#2D3D01
(45,61,1)
#1F2A01
(31,42,1)
#111701
(17,23,1)
#000000
(0,0,0)

Tints of #9DD501

#9DD501
(157,213,1)
#A5D818
(165,216,24)
#ADDB2F
(173,219,47)
#B5DE46
(181,222,70)
#BDE15D
(189,225,93)
#C5E474
(197,228,116)
#CDE78B
(205,231,139)
#D5EAA2
(213,234,162)
#DDEDB9
(221,237,185)
#E5F0D0
(229,240,208)
#EDF3E7
(237,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DD501; }

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

This text font color is #9DD501.


Background Color

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

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

This div background color is #9DD501.


Border color

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

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

This div border color is #9DD501.


Opacity

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

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

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

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

This text has shadow with #9DD501 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DD501 on black background.


Color preview on white background

This text has color #9DD501 on white background.



Black color preview on #9DD501 background

This text has black color on #9DD501 background.


White color preview on #9DD501 background

This text has white color on #9DD501 background.