COLOR #7DD828

HEX: #7DD828
RGB: (125,216,40)

Color info

#7DD828 contains mainly green color. Web safe color of #7DD828 is #66CC33 (or #6C3).

RGB color model

#7DD828 color RGB value is (125,216,40).

  • red value is 125;
  • green value is 216;
  • blue value is 40.
RGB:
(125,216,40)
(49%,85%,16%)

RGB channels and saturation

R 125 of 255 = 49%
G 216 of 255 = 85%
B 40 of 255 = 16%

125
216
40

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

Portions of RGB colors in percentages

R + G + B =
125 + 216 + 40 = 381 (100%)
R 125 of 381 ~ 32.81%
G 216 of 381 ~ 56.69%
B 40 of 381 ~ 10.5%

%32.81
%56.69
%10.5

CMYK color model

#7DD828 color CMYK value is (42,0,81,15).

  • cyan value is 42.13%
  • magenta value is 0.00%
  • yellow value is 81.48%
  • key color value is 15.29%
CMYK:
(42,0,81,15)
C42M0Y81K15 
(42%,0%,81%,15%)
(0.42/0.00/0.81/0.15)	

CMYK percentages

%42.13
%0
%81.48
%15.29

Codes

Color #7DD828 in popluar color models

7DD828
RGB12521640
HSL91°69.29%50.20%
HSB/HSV91°81.48%84.71%
CMYK42.13%0.00%81.48%
15.29%

Color #7DD828 in popluar number systems.

HEX7DD828
Decimal12521640
Binary111110111011000101000
Octal17533050

Shades and tints

Shades of #7DD828

#7DD828
(125,216,40)
#72C525
(114,197,37)
#67B222
(103,178,34)
#5C9F1F
(92,159,31)
#518C1C
(81,140,28)
#467919
(70,121,25)
#3B6616
(59,102,22)
#305313
(48,83,19)
#254010
(37,64,16)
#1A2D0D
(26,45,13)
#0F1A0A
(15,26,10)
#000000
(0,0,0)

Tints of #7DD828

#7DD828
(125,216,40)
#88DB3B
(136,219,59)
#93DE4E
(147,222,78)
#9EE161
(158,225,97)
#A9E474
(169,228,116)
#B4E787
(180,231,135)
#BFEA9A
(191,234,154)
#CAEDAD
(202,237,173)
#D5F0C0
(213,240,192)
#E0F3D3
(224,243,211)
#EBF6E6
(235,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DD828 color. Also use rgb(125,216,40) instead hex code.

Text Font Color

.myTextColor { color: #7DD828; }

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

This text font color is #7DD828.


Background Color

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

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

This div background color is #7DD828.


Border color

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

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

This div border color is #7DD828.


Opacity

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

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

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

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

This text has shadow with #7DD828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DD828 on black background.


Color preview on white background

This text has color #7DD828 on white background.



Black color preview on #7DD828 background

This text has black color on #7DD828 background.


White color preview on #7DD828 background

This text has white color on #7DD828 background.