COLOR #7DF493

HEX: #7DF493
RGB: (125,244,147)

Color info

#7DF493 contains mainly green color. Web safe color of #7DF493 is #66FF99 (or #6F9).

RGB color model

#7DF493 color RGB value is (125,244,147).

  • red value is 125;
  • green value is 244;
  • blue value is 147.
RGB:
(125,244,147)
(49%,96%,58%)

RGB channels and saturation

R 125 of 255 = 49%
G 244 of 255 = 96%
B 147 of 255 = 58%

125
244
147

R + G + B ~ 68%. #7DF493 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 244 + 147 = 516 (100%)
R 125 of 516 ~ 24.22%
G 244 of 516 ~ 47.29%
B 147 of 516 ~ 28.49%

%24.22
%47.29
%28.49

CMYK color model

#7DF493 color CMYK value is (49,0,40,4).

  • cyan value is 48.77%
  • magenta value is 0.00%
  • yellow value is 39.75%
  • key color value is 4.31%
CMYK:
(49,0,40,4)
C49M0Y40K4 
(49%,0%,40%,4%)
(0.49/0.00/0.40/0.04)	

CMYK percentages

%48.77
%0
%39.75
%4.31

Codes

Color #7DF493 in popluar color models

7DF493
RGB125244147
HSL131°84.40%72.35%
HSB/HSV131°48.77%95.69%
CMYK48.77%0.00%39.75%
4.31%

Color #7DF493 in popluar number systems.

HEX7DF493
Decimal125244147
Binary11111011111010010010011
Octal175364223

Shades and tints

Shades of #7DF493

#7DF493
(125,244,147)
#72DE86
(114,222,134)
#67C879
(103,200,121)
#5CB26C
(92,178,108)
#519C5F
(81,156,95)
#468652
(70,134,82)
#3B7045
(59,112,69)
#305A38
(48,90,56)
#25442B
(37,68,43)
#1A2E1E
(26,46,30)
#0F1811
(15,24,17)
#000000
(0,0,0)

Tints of #7DF493

#7DF493
(125,244,147)
#88F59C
(136,245,156)
#93F6A5
(147,246,165)
#9EF7AE
(158,247,174)
#A9F8B7
(169,248,183)
#B4F9C0
(180,249,192)
#BFFAC9
(191,250,201)
#CAFBD2
(202,251,210)
#D5FCDB
(213,252,219)
#E0FDE4
(224,253,228)
#EBFEED
(235,254,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DF493 color. Also use rgb(125,244,147) instead hex code.

Text Font Color

.myTextColor { color: #7DF493; }

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

This text font color is #7DF493.


Background Color

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

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

This div background color is #7DF493.


Border color

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

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

This div border color is #7DF493.


Opacity

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

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

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

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

This text has shadow with #7DF493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DF493 on black background.


Color preview on white background

This text has color #7DF493 on white background.



Black color preview on #7DF493 background

This text has black color on #7DF493 background.


White color preview on #7DF493 background

This text has white color on #7DF493 background.