COLOR #51D04D

HEX: #51D04D
RGB: (81,208,77)

Color info

#51D04D contains mainly green color. Web safe color of #51D04D is #66CC33 (or #6C3).

RGB color model

#51D04D color RGB value is (81,208,77).

  • red value is 81;
  • green value is 208;
  • blue value is 77.
RGB:
(81,208,77)
(32%,82%,30%)

RGB channels and saturation

R 81 of 255 = 32%
G 208 of 255 = 82%
B 77 of 255 = 30%

81
208
77

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

Portions of RGB colors in percentages

R + G + B =
81 + 208 + 77 = 366 (100%)
R 81 of 366 ~ 22.13%
G 208 of 366 ~ 56.83%
B 77 of 366 ~ 21.04%

%22.13
%56.83
%21.04

CMYK color model

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

  • cyan value is 61.06%
  • magenta value is 0.00%
  • yellow value is 62.98%
  • key color value is 18.43%
CMYK:
(61,0,63,18)
C61M0Y63K18 
(61%,0%,63%,18%)
(0.61/0.00/0.63/0.18)	

CMYK percentages

%61.06
%0
%62.98
%18.43

Codes

Color #51D04D in popluar color models

51D04D
RGB8120877
HSL118°58.22%55.88%
HSB/HSV118°62.98%81.57%
CMYK61.06%0.00%62.98%
18.43%

Color #51D04D in popluar number systems.

HEX51D04D
Decimal8120877
Binary1010001110100001001101
Octal121320115

Shades and tints

Shades of #51D04D

#51D04D
(81,208,77)
#4ABE46
(74,190,70)
#43AC3F
(67,172,63)
#3C9A38
(60,154,56)
#358831
(53,136,49)
#2E762A
(46,118,42)
#276423
(39,100,35)
#20521C
(32,82,28)
#194015
(25,64,21)
#122E0E
(18,46,14)
#0B1C07
(11,28,7)
#000000
(0,0,0)

Tints of #51D04D

#51D04D
(81,208,77)
#60D45D
(96,212,93)
#6FD86D
(111,216,109)
#7EDC7D
(126,220,125)
#8DE08D
(141,224,141)
#9CE49D
(156,228,157)
#ABE8AD
(171,232,173)
#BAECBD
(186,236,189)
#C9F0CD
(201,240,205)
#D8F4DD
(216,244,221)
#E7F8ED
(231,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51D04D color. Also use rgb(81,208,77) instead hex code.

Text Font Color

.myTextColor { color: #51D04D; }

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

This text font color is #51D04D.


Background Color

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

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

This div background color is #51D04D.


Border color

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

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

This div border color is #51D04D.


Opacity

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

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

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

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

This text has shadow with #51D04D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51D04D on black background.


Color preview on white background

This text has color #51D04D on white background.



Black color preview on #51D04D background

This text has black color on #51D04D background.


White color preview on #51D04D background

This text has white color on #51D04D background.