COLOR #51D166

HEX: #51D166
RGB: (81,209,102)

Color info

#51D166 contains mainly green color. Web safe color of #51D166 is #66CC66 (or #6C6).

RGB color model

#51D166 color RGB value is (81,209,102).

  • red value is 81;
  • green value is 209;
  • blue value is 102.
RGB:
(81,209,102)
(32%,82%,40%)

RGB channels and saturation

R 81 of 255 = 32%
G 209 of 255 = 82%
B 102 of 255 = 40%

81
209
102

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

Portions of RGB colors in percentages

R + G + B =
81 + 209 + 102 = 392 (100%)
R 81 of 392 ~ 20.66%
G 209 of 392 ~ 53.32%
B 102 of 392 ~ 26.02%

%20.66
%53.32
%26.02

CMYK color model

#51D166 color CMYK value is (61,0,51,18).

  • cyan value is 61.24%
  • magenta value is 0.00%
  • yellow value is 51.20%
  • key color value is 18.04%
CMYK:
(61,0,51,18)
C61M0Y51K18 
(61%,0%,51%,18%)
(0.61/0.00/0.51/0.18)	

CMYK percentages

%61.24
%0
%51.2
%18.04

Codes

Color #51D166 in popluar color models

51D166
RGB81209102
HSL130°58.18%56.86%
HSB/HSV130°61.24%81.96%
CMYK61.24%0.00%51.20%
18.04%

Color #51D166 in popluar number systems.

HEX51D166
Decimal81209102
Binary1010001110100011100110
Octal121321146

Shades and tints

Shades of #51D166

#51D166
(81,209,102)
#4ABE5D
(74,190,93)
#43AB54
(67,171,84)
#3C984B
(60,152,75)
#358542
(53,133,66)
#2E7239
(46,114,57)
#275F30
(39,95,48)
#204C27
(32,76,39)
#19391E
(25,57,30)
#122615
(18,38,21)
#0B130C
(11,19,12)
#000000
(0,0,0)

Tints of #51D166

#51D166
(81,209,102)
#60D573
(96,213,115)
#6FD980
(111,217,128)
#7EDD8D
(126,221,141)
#8DE19A
(141,225,154)
#9CE5A7
(156,229,167)
#ABE9B4
(171,233,180)
#BAEDC1
(186,237,193)
#C9F1CE
(201,241,206)
#D8F5DB
(216,245,219)
#E7F9E8
(231,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51D166 color. Also use rgb(81,209,102) instead hex code.

Text Font Color

.myTextColor { color: #51D166; }

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

This text font color is #51D166.


Background Color

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

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

This div background color is #51D166.


Border color

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

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

This div border color is #51D166.


Opacity

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

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

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

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

This text has shadow with #51D166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51D166 on black background.


Color preview on white background

This text has color #51D166 on white background.



Black color preview on #51D166 background

This text has black color on #51D166 background.


White color preview on #51D166 background

This text has white color on #51D166 background.