COLOR #7DF437

HEX: #7DF437
RGB: (125,244,55)

Color info

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

RGB color model

#7DF437 color RGB value is (125,244,55).

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

RGB channels and saturation

R 125 of 255 = 49%
G 244 of 255 = 96%
B 55 of 255 = 22%

125
244
55

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

Portions of RGB colors in percentages

R + G + B =
125 + 244 + 55 = 424 (100%)
R 125 of 424 ~ 29.48%
G 244 of 424 ~ 57.55%
B 55 of 424 ~ 12.97%

%29.48
%57.55
%12.97

CMYK color model

#7DF437 color CMYK value is (49,0,77,4).

  • cyan value is 48.77%
  • magenta value is 0.00%
  • yellow value is 77.46%
  • key color value is 4.31%
CMYK:
(49,0,77,4)
C49M0Y77K4 
(49%,0%,77%,4%)
(0.49/0.00/0.77/0.04)	

CMYK percentages

%48.77
%0
%77.46
%4.31

Codes

Color #7DF437 in popluar color models

7DF437
RGB12524455
HSL98°89.57%58.63%
HSB/HSV98°77.46%95.69%
CMYK48.77%0.00%77.46%
4.31%

Color #7DF437 in popluar number systems.

HEX7DF437
Decimal12524455
Binary111110111110100110111
Octal17536467

Shades and tints

Shades of #7DF437

#7DF437
(125,244,55)
#72DE32
(114,222,50)
#67C82D
(103,200,45)
#5CB228
(92,178,40)
#519C23
(81,156,35)
#46861E
(70,134,30)
#3B7019
(59,112,25)
#305A14
(48,90,20)
#25440F
(37,68,15)
#1A2E0A
(26,46,10)
#0F1805
(15,24,5)
#000000
(0,0,0)

Tints of #7DF437

#7DF437
(125,244,55)
#88F549
(136,245,73)
#93F65B
(147,246,91)
#9EF76D
(158,247,109)
#A9F87F
(169,248,127)
#B4F991
(180,249,145)
#BFFAA3
(191,250,163)
#CAFBB5
(202,251,181)
#D5FCC7
(213,252,199)
#E0FDD9
(224,253,217)
#EBFEEB
(235,254,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DF437; }

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

This text font color is #7DF437.


Background Color

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

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

This div background color is #7DF437.


Border color

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

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

This div border color is #7DF437.


Opacity

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

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

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

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

This text has shadow with #7DF437 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DF437 on black background.


Color preview on white background

This text has color #7DF437 on white background.



Black color preview on #7DF437 background

This text has black color on #7DF437 background.


White color preview on #7DF437 background

This text has white color on #7DF437 background.