COLOR #7DF760

HEX: #7DF760
RGB: (125,247,96)

Color info

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

RGB color model

#7DF760 color RGB value is (125,247,96).

  • red value is 125;
  • green value is 247;
  • blue value is 96.
RGB:
(125,247,96)
(49%,97%,38%)

RGB channels and saturation

R 125 of 255 = 49%
G 247 of 255 = 97%
B 96 of 255 = 38%

125
247
96

R + G + B ~ 61%. #7DF760 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 247 + 96 = 468 (100%)
R 125 of 468 ~ 26.71%
G 247 of 468 ~ 52.78%
B 96 of 468 ~ 20.51%

%26.71
%52.78
%20.51

CMYK color model

#7DF760 color CMYK value is (49,0,61,3).

  • cyan value is 49.39%
  • magenta value is 0.00%
  • yellow value is 61.13%
  • key color value is 3.14%
CMYK:
(49,0,61,3)
C49M0Y61K3 
(49%,0%,61%,3%)
(0.49/0.00/0.61/0.03)	

CMYK percentages

%49.39
%0
%61.13
%3.14

Codes

Color #7DF760 in popluar color models

7DF760
RGB12524796
HSL108°90.42%67.25%
HSB/HSV108°61.13%96.86%
CMYK49.39%0.00%61.13%
3.14%

Color #7DF760 in popluar number systems.

HEX7DF760
Decimal12524796
Binary1111101111101111100000
Octal175367140

Shades and tints

Shades of #7DF760

#7DF760
(125,247,96)
#72E158
(114,225,88)
#67CB50
(103,203,80)
#5CB548
(92,181,72)
#519F40
(81,159,64)
#468938
(70,137,56)
#3B7330
(59,115,48)
#305D28
(48,93,40)
#254720
(37,71,32)
#1A3118
(26,49,24)
#0F1B10
(15,27,16)
#000000
(0,0,0)

Tints of #7DF760

#7DF760
(125,247,96)
#88F76E
(136,247,110)
#93F77C
(147,247,124)
#9EF78A
(158,247,138)
#A9F798
(169,247,152)
#B4F7A6
(180,247,166)
#BFF7B4
(191,247,180)
#CAF7C2
(202,247,194)
#D5F7D0
(213,247,208)
#E0F7DE
(224,247,222)
#EBF7EC
(235,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DF760 color. Also use rgb(125,247,96) instead hex code.

Text Font Color

.myTextColor { color: #7DF760; }

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

This text font color is #7DF760.


Background Color

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

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

This div background color is #7DF760.


Border color

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

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

This div border color is #7DF760.


Opacity

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

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

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

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

This text has shadow with #7DF760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DF760 on black background.


Color preview on white background

This text has color #7DF760 on white background.



Black color preview on #7DF760 background

This text has black color on #7DF760 background.


White color preview on #7DF760 background

This text has white color on #7DF760 background.