COLOR #7DF55D

HEX: #7DF55D
RGB: (125,245,93)

Color info

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

RGB color model

#7DF55D color RGB value is (125,245,93).

  • red value is 125;
  • green value is 245;
  • blue value is 93.
RGB:
(125,245,93)
(49%,96%,36%)

RGB channels and saturation

R 125 of 255 = 49%
G 245 of 255 = 96%
B 93 of 255 = 36%

125
245
93

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

Portions of RGB colors in percentages

R + G + B =
125 + 245 + 93 = 463 (100%)
R 125 of 463 ~ 27%
G 245 of 463 ~ 52.92%
B 93 of 463 ~ 20.09%

%27
%52.92
%20.09

CMYK color model

#7DF55D color CMYK value is (49,0,62,4).

  • cyan value is 48.98%
  • magenta value is 0.00%
  • yellow value is 62.04%
  • key color value is 3.92%
CMYK:
(49,0,62,4)
C49M0Y62K4 
(49%,0%,62%,4%)
(0.49/0.00/0.62/0.04)	

CMYK percentages

%48.98
%0
%62.04
%3.92

Codes

Color #7DF55D in popluar color models

7DF55D
RGB12524593
HSL107°88.37%66.27%
HSB/HSV107°62.04%96.08%
CMYK48.98%0.00%62.04%
3.92%

Color #7DF55D in popluar number systems.

HEX7DF55D
Decimal12524593
Binary1111101111101011011101
Octal175365135

Shades and tints

Shades of #7DF55D

#7DF55D
(125,245,93)
#72DF55
(114,223,85)
#67C94D
(103,201,77)
#5CB345
(92,179,69)
#519D3D
(81,157,61)
#468735
(70,135,53)
#3B712D
(59,113,45)
#305B25
(48,91,37)
#25451D
(37,69,29)
#1A2F15
(26,47,21)
#0F190D
(15,25,13)
#000000
(0,0,0)

Tints of #7DF55D

#7DF55D
(125,245,93)
#88F56B
(136,245,107)
#93F579
(147,245,121)
#9EF587
(158,245,135)
#A9F595
(169,245,149)
#B4F5A3
(180,245,163)
#BFF5B1
(191,245,177)
#CAF5BF
(202,245,191)
#D5F5CD
(213,245,205)
#E0F5DB
(224,245,219)
#EBF5E9
(235,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DF55D color. Also use rgb(125,245,93) instead hex code.

Text Font Color

.myTextColor { color: #7DF55D; }

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

This text font color is #7DF55D.


Background Color

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

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

This div background color is #7DF55D.


Border color

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

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

This div border color is #7DF55D.


Opacity

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

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

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

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

This text has shadow with #7DF55D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DF55D on black background.


Color preview on white background

This text has color #7DF55D on white background.



Black color preview on #7DF55D background

This text has black color on #7DF55D background.


White color preview on #7DF55D background

This text has white color on #7DF55D background.