COLOR #51DD99

HEX: #51DD99 RGB: (81,221,153)

Color info

#51DD99 contains mainly green color. Web safe color of #51DD99 is #66CC99 (or #6C9).

RGB color model

#51DD99 color RGB value is (81,221,153).

RGB: (81,221,153) (32%, 87%, 60%)

RGB channels and saturation

R 81 of 255 = 32%
G 221 of 255 = 87%
B 153 of 255 = 60%

81
221
153

R + G + B ~ 60%. #51DD99 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 81 + 221 + 153 = 455 (100%)
R 81 of 455 ~ 17.8%
G 221 of 455 ~ 48.57%
B 153 of 455 ~ 33.63'%

%17.8
%48.57
%33.63

CMYK color model

#51DD99 color CMYK value is (63,0,31,13).

  • cyan value is 63.35%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 13.33%
CMYK: (63,0,31,13) C63M0Y31K13 (63%,0%,31%,13%) (0.63/0.00/0.31/0.13) 

CMYK percentages

%63.35
%0
%30.77
%13.33

Codes

Color #51DD99 in popluar color models

51 DD 99
RGB 81 221 153
HSL 151° 67.31% 59.22%
HSB/HSV 151° 63.35% 86.67%
CMYK 63.35% 0.00% 30.77%
13.33%

Color #51DD99 in popluar number systems.

HEX 51 DD 99
Decimal 81 221 153
Binary 1010001 11011101 10011001
Octal 121 335 231

Shades and tints

Shades of #51DD99

#51DD99
(81,221,153)
#4AC98C
(74,201,140)
#43B57F
(67,181,127)
#3CA172
(60,161,114)
#358D65
(53,141,101)
#2E7958
(46,121,88)
#27654B
(39,101,75)
#20513E
(32,81,62)
#193D31
(25,61,49)
#122924
(18,41,36)
#0B1517
(11,21,23)
#000000
(0,0,0)

Tints of #51DD99

#51DD99
(81,221,153)
#60E0A2
(96,224,162)
#6FE3AB
(111,227,171)
#7EE6B4
(126,230,180)
#8DE9BD
(141,233,189)
#9CECC6
(156,236,198)
#ABEFCF
(171,239,207)
#BAF2D8
(186,242,216)
#C9F5E1
(201,245,225)
#D8F8EA
(216,248,234)
#E7FBF3
(231,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51DD99 color. Also use rgb(81,221,153) instead hex code.

Text Font Color

.myTextColor { color: #51DD99; }

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

This text font color is #51DD99.

Background Color

.myBgColor { background-color: #51DD99; }

<div style="background-color:#51DD99">Inner text</div>

This div background color is #51DD99.

Border color

.myBorderColor { border: 1px solid #51DD99; }

<div style="border:3px solid #51DD99">Div</div>

This div border color is #51DD99.

Opacity

.myOpacity80 { color: #51DD99; opacity: 0.8; }

<p style="color:#51DD99;opacity:0.8;">80%</p>

Text with #51DD99 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 #51DD99;}

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

This text has shadow with #51DD99 color.


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

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

This text has shadow with #51DD99 primary color and red secondary color.


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

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

This text has shadow with #51DD99 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #51DD99.

Preview

Color preview on black background

This text has color #51DD99 on black background.


Color preview on white background

This text has color #51DD99 on white background.


Black color preview on #51DD99 background

This text has black color on #51DD99 background.


White color preview on #51DD99 background

This text has white color on #51DD99 background.


Related colors

Complementary color

Complementary color for #hex is #AE2266.


I love getcolorcode.com

Triadic colors

1 #9951DD and #DD9951 with #51DD99 are triadic colors.

2 #99DD51 and #DD5199 with #51DD99 are triadic colors.