COLOR #9DD051

HEX: #9DD051 RGB: (157,208,81)

Color info

#9DD051 contains mainly red and green colors. Web safe color of #9DD051 is #99CC66 (or #9C6).

RGB color model

#9DD051 color RGB value is (157,208,81).

RGB: (157,208,81) (62%, 82%, 32%)

RGB channels and saturation

R 157 of 255 = 62%
G 208 of 255 = 82%
B 81 of 255 = 32%

157
208
81

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

Portions of RGB colors in percentages

R + G + B = 157 + 208 + 81 = 446 (100%)
R 157 of 446 ~ 35.2%
G 208 of 446 ~ 46.64%
B 81 of 446 ~ 18.16'%

%35.2
%46.64
%18.16

CMYK color model

#9DD051 color CMYK value is (25,0,61,18).

  • cyan value is 24.52%
  • magenta value is 0.00%
  • yellow value is 61.06%
  • key color value is 18.43%

CMYK: (25,0,61,18)
C25M0Y61K18 (25%, 0%, 61%, 18%)
(0.25 / 0.00 / 0.61 / 0.18)

CMYK percentages

%24.52
%0
%61.06
%18.43

Codes

Color #9DD051 in popluar color models

9D D0 51
RGB 157 208 81
HSL 84° 57.47% 56.67%
HSB/HSV 84° 61.06% 81.57%
CMYK 24.52% 0.00% 61.06%
18.43%

Color #9DD051 in popluar number systems.

HEX 9D D0 51
Decimal 157 208 81
Binary 10011101 11010000 1010001
Octal 235 320 121

Shades and tints

Shades of #9DD051

#9DD051
(157,208,81)
#8FBE4A
(143,190,74)
#81AC43
(129,172,67)
#739A3C
(115,154,60)
#658835
(101,136,53)
#57762E
(87,118,46)
#496427
(73,100,39)
#3B5220
(59,82,32)
#2D4019
(45,64,25)
#1F2E12
(31,46,18)
#111C0B
(17,28,11)
#000000
(0,0,0)

Tints of #9DD051

#9DD051
(157,208,81)
#A5D460
(165,212,96)
#ADD86F
(173,216,111)
#B5DC7E
(181,220,126)
#BDE08D
(189,224,141)
#C5E49C
(197,228,156)
#CDE8AB
(205,232,171)
#D5ECBA
(213,236,186)
#DDF0C9
(221,240,201)
#E5F4D8
(229,244,216)
#EDF8E7
(237,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DD051 color. Also use rgb(157,208,81) instead hex code.

Text Font Color

.myTextColor { color: #9DD051; }

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

This text font color is #9DD051.

Background Color

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

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

This div background color is #9DD051.

Border color

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

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

This div border color is #9DD051.

Opacity

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

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

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

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

This text has shadow with #9DD051 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DD051.

Preview

Color preview on black background

This text has color #9DD051 on black background.


Color preview on white background

This text has color #9DD051 on white background.


Black color preview on #9DD051 background

This text has black color on #9DD051 background.


White color preview on #9DD051 background

This text has white color on #9DD051 background.


Related colors

Complementary color

Complementary color for #hex is #622FAE.


I love getcolorcode.com

Triadic colors

1 #519DD0 and #D0519D with #9DD051 are triadic colors.

2 #51D09D and #D09D51 with #9DD051 are triadic colors.