COLOR #51F25B

HEX: #51F25B RGB: (81,242,91)

Color info

#51F25B contains mainly green color. Web safe color of #51F25B is #66FF66 (or #6F6).

RGB color model

#51F25B color RGB value is (81,242,91).

RGB: (81,242,91) (32%, 95%, 36%)

RGB channels and saturation

R 81 of 255 = 32%
G 242 of 255 = 95%
B 91 of 255 = 36%

81
242
91

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

Portions of RGB colors in percentages

R + G + B = 81 + 242 + 91 = 414 (100%)
R 81 of 414 ~ 19.57%
G 242 of 414 ~ 58.45%
B 91 of 414 ~ 21.98'%

%19.57
%58.45
%21.98

CMYK color model

#51F25B color CMYK value is (67,0,62,5).

  • cyan value is 66.53%
  • magenta value is 0.00%
  • yellow value is 62.40%
  • key color value is 5.10%

CMYK: (67,0,62,5)
C67M0Y62K5 (67%, 0%, 62%, 5%)
(0.67 / 0.00 / 0.62 / 0.05)

CMYK percentages

%66.53
%0
%62.4
%5.1

Codes

Color #51F25B in popluar color models

51 F2 5B
RGB 81 242 91
HSL 124° 86.10% 63.33%
HSB/HSV 124° 66.53% 94.90%
CMYK 66.53% 0.00% 62.40%
5.10%

Color #51F25B in popluar number systems.

HEX 51 F2 5B
Decimal 81 242 91
Binary 1010001 11110010 1011011
Octal 121 362 133

Shades and tints

Shades of #51F25B

#51F25B
(81,242,91)
#4ADC53
(74,220,83)
#43C64B
(67,198,75)
#3CB043
(60,176,67)
#359A3B
(53,154,59)
#2E8433
(46,132,51)
#276E2B
(39,110,43)
#205823
(32,88,35)
#19421B
(25,66,27)
#122C13
(18,44,19)
#0B160B
(11,22,11)
#000000
(0,0,0)

Tints of #51F25B

#51F25B
(81,242,91)
#60F369
(96,243,105)
#6FF477
(111,244,119)
#7EF585
(126,245,133)
#8DF693
(141,246,147)
#9CF7A1
(156,247,161)
#ABF8AF
(171,248,175)
#BAF9BD
(186,249,189)
#C9FACB
(201,250,203)
#D8FBD9
(216,251,217)
#E7FCE7
(231,252,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51F25B color. Also use rgb(81,242,91) instead hex code.

Text Font Color

.myTextColor { color: #51F25B; }

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

This text font color is #51F25B.

Background Color

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

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

This div background color is #51F25B.

Border color

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

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

This div border color is #51F25B.

Opacity

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

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

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

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

This text has shadow with #51F25B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51F25B.

Preview

Color preview on black background

This text has color #51F25B on black background.


Color preview on white background

This text has color #51F25B on white background.


Black color preview on #51F25B background

This text has black color on #51F25B background.


White color preview on #51F25B background

This text has white color on #51F25B background.


Related colors

Complementary color

Complementary color for #51F25B is #AE0DA4.


I love getcolorcode.com

Triadic colors

1 #5B51F2 and #F25B51 with #51F25B are triadic colors.

2 #5BF251 and #F2515B with #51F25B are triadic colors.