COLOR #7DF046

HEX: #7DF046
RGB: (125,240,70)

Color info

#7DF046 contains mainly green color. Web safe color of #7DF046 is #66FF33 (or #6F3).

RGB color model

#7DF046 color RGB value is (125,240,70).

  • red value is 125;
  • green value is 240;
  • blue value is 70.
RGB:
(125,240,70)
(49%,94%,27%)

RGB channels and saturation

R 125 of 255 = 49%
G 240 of 255 = 94%
B 70 of 255 = 27%

125
240
70

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

Portions of RGB colors in percentages

R + G + B =
125 + 240 + 70 = 435 (100%)
R 125 of 435 ~ 28.74%
G 240 of 435 ~ 55.17%
B 70 of 435 ~ 16.09%

%28.74
%55.17
%16.09

CMYK color model

#7DF046 color CMYK value is (48,0,71,6).

  • cyan value is 47.92%
  • magenta value is 0.00%
  • yellow value is 70.83%
  • key color value is 5.88%
CMYK:
(48,0,71,6)
C48M0Y71K6 
(48%,0%,71%,6%)
(0.48/0.00/0.71/0.06)	

CMYK percentages

%47.92
%0
%70.83
%5.88

Codes

Color #7DF046 in popluar color models

7DF046
RGB12524070
HSL101°85.00%60.78%
HSB/HSV101°70.83%94.12%
CMYK47.92%0.00%70.83%
5.88%

Color #7DF046 in popluar number systems.

HEX7DF046
Decimal12524070
Binary1111101111100001000110
Octal175360106

Shades and tints

Shades of #7DF046

#7DF046
(125,240,70)
#72DB40
(114,219,64)
#67C63A
(103,198,58)
#5CB134
(92,177,52)
#519C2E
(81,156,46)
#468728
(70,135,40)
#3B7222
(59,114,34)
#305D1C
(48,93,28)
#254816
(37,72,22)
#1A3310
(26,51,16)
#0F1E0A
(15,30,10)
#000000
(0,0,0)

Tints of #7DF046

#7DF046
(125,240,70)
#88F156
(136,241,86)
#93F266
(147,242,102)
#9EF376
(158,243,118)
#A9F486
(169,244,134)
#B4F596
(180,245,150)
#BFF6A6
(191,246,166)
#CAF7B6
(202,247,182)
#D5F8C6
(213,248,198)
#E0F9D6
(224,249,214)
#EBFAE6
(235,250,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DF046 color. Also use rgb(125,240,70) instead hex code.

Text Font Color

.myTextColor { color: #7DF046; }

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

This text font color is #7DF046.


Background Color

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

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

This div background color is #7DF046.


Border color

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

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

This div border color is #7DF046.


Opacity

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

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

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

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

This text has shadow with #7DF046 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DF046 on black background.


Color preview on white background

This text has color #7DF046 on white background.



Black color preview on #7DF046 background

This text has black color on #7DF046 background.


White color preview on #7DF046 background

This text has white color on #7DF046 background.