COLOR #7DFB51

HEX: #7DFB51
RGB: (125,251,81)

Color info

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

RGB color model

#7DFB51 color RGB value is (125,251,81).

  • red value is 125;
  • green value is 251;
  • blue value is 81.
RGB:
(125,251,81)
(49%,98%,32%)

RGB channels and saturation

R 125 of 255 = 49%
G 251 of 255 = 98%
B 81 of 255 = 32%

125
251
81

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

Portions of RGB colors in percentages

R + G + B =
125 + 251 + 81 = 457 (100%)
R 125 of 457 ~ 27.35%
G 251 of 457 ~ 54.92%
B 81 of 457 ~ 17.72%

%27.35
%54.92
%17.72

CMYK color model

#7DFB51 color CMYK value is (50,0,68,2).

  • cyan value is 50.20%
  • magenta value is 0.00%
  • yellow value is 67.73%
  • key color value is 1.57%
CMYK:
(50,0,68,2)
C50M0Y68K2 
(50%,0%,68%,2%)
(0.50/0.00/0.68/0.02)	

CMYK percentages

%50.2
%0
%67.73
%1.57

Codes

Color #7DFB51 in popluar color models

7DFB51
RGB12525181
HSL104°95.51%65.10%
HSB/HSV104°67.73%98.43%
CMYK50.20%0.00%67.73%
1.57%

Color #7DFB51 in popluar number systems.

HEX7DFB51
Decimal12525181
Binary1111101111110111010001
Octal175373121

Shades and tints

Shades of #7DFB51

#7DFB51
(125,251,81)
#72E54A
(114,229,74)
#67CF43
(103,207,67)
#5CB93C
(92,185,60)
#51A335
(81,163,53)
#468D2E
(70,141,46)
#3B7727
(59,119,39)
#306120
(48,97,32)
#254B19
(37,75,25)
#1A3512
(26,53,18)
#0F1F0B
(15,31,11)
#000000
(0,0,0)

Tints of #7DFB51

#7DFB51
(125,251,81)
#88FB60
(136,251,96)
#93FB6F
(147,251,111)
#9EFB7E
(158,251,126)
#A9FB8D
(169,251,141)
#B4FB9C
(180,251,156)
#BFFBAB
(191,251,171)
#CAFBBA
(202,251,186)
#D5FBC9
(213,251,201)
#E0FBD8
(224,251,216)
#EBFBE7
(235,251,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DFB51 color. Also use rgb(125,251,81) instead hex code.

Text Font Color

.myTextColor { color: #7DFB51; }

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

This text font color is #7DFB51.


Background Color

.myBgColor { background-color: #7DFB51; }

<div style="background-color:#7DFB51">Inner text</div>

This div background color is #7DFB51.


Border color

.myBorderColor { border: 1px solid #7DFB51; }

<div style="border:3px solid #7DFB51">Div</div>

This div border color is #7DFB51.


Opacity

.myOpacity80 { color: #7DFB51; opacity: 0.8; }

<p style="color:#7DFB51;opacity:0.8;">80%</p>

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

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

This text has shadow with #7DFB51 color.

.textShadow {text-shadow: 3px 3px 1px #7DFB51, 3px 3px 1px red;}

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

This text has shadow with #7DFB51 primary color and red secondary color.


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

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

This text has shadow with #7DFB51 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DFB51 on black background.


Color preview on white background

This text has color #7DFB51 on white background.



Black color preview on #7DFB51 background

This text has black color on #7DFB51 background.


White color preview on #7DFB51 background

This text has white color on #7DFB51 background.