COLOR #9DD551

HEX: #9DD551
RGB: (157,213,81)

Color info

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

RGB color model

#9DD551 color RGB value is (157,213,81).

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

RGB channels and saturation

R 157 of 255 = 62%
G 213 of 255 = 84%
B 81 of 255 = 32%

157
213
81

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

Portions of RGB colors in percentages

R + G + B =
157 + 213 + 81 = 451 (100%)
R 157 of 451 ~ 34.81%
G 213 of 451 ~ 47.23%
B 81 of 451 ~ 17.96%

%34.81
%47.23
%17.96

CMYK color model

#9DD551 color CMYK value is (26,0,62,16).

  • cyan value is 26.29%
  • magenta value is 0.00%
  • yellow value is 61.97%
  • key color value is 16.47%
CMYK:
(26,0,62,16)
C26M0Y62K16 
(26%,0%,62%,16%)
(0.26/0.00/0.62/0.16)	

CMYK percentages

%26.29
%0
%61.97
%16.47

Codes

Color #9DD551 in popluar color models

9DD551
RGB15721381
HSL85°61.11%57.65%
HSB/HSV85°61.97%83.53%
CMYK26.29%0.00%61.97%
16.47%

Color #9DD551 in popluar number systems.

HEX9DD551
Decimal15721381
Binary10011101110101011010001
Octal235325121

Shades and tints

Shades of #9DD551

#9DD551
(157,213,81)
#8FC24A
(143,194,74)
#81AF43
(129,175,67)
#739C3C
(115,156,60)
#658935
(101,137,53)
#57762E
(87,118,46)
#496327
(73,99,39)
#3B5020
(59,80,32)
#2D3D19
(45,61,25)
#1F2A12
(31,42,18)
#11170B
(17,23,11)
#000000
(0,0,0)

Tints of #9DD551

#9DD551
(157,213,81)
#A5D860
(165,216,96)
#ADDB6F
(173,219,111)
#B5DE7E
(181,222,126)
#BDE18D
(189,225,141)
#C5E49C
(197,228,156)
#CDE7AB
(205,231,171)
#D5EABA
(213,234,186)
#DDEDC9
(221,237,201)
#E5F0D8
(229,240,216)
#EDF3E7
(237,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DD551; }

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

This text font color is #9DD551.


Background Color

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

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

This div background color is #9DD551.


Border color

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

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

This div border color is #9DD551.


Opacity

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

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

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

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

This text has shadow with #9DD551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DD551 on black background.


Color preview on white background

This text has color #9DD551 on white background.



Black color preview on #9DD551 background

This text has black color on #9DD551 background.


White color preview on #9DD551 background

This text has white color on #9DD551 background.