COLOR #7DE098

HEX: #7DE098
RGB: (125,224,152)

Color info

#7DE098 contains mainly green color. Web safe color of #7DE098 is #66CC99 (or #6C9).

RGB color model

#7DE098 color RGB value is (125,224,152).

  • red value is 125;
  • green value is 224;
  • blue value is 152.
RGB:
(125,224,152)
(49%,88%,60%)

RGB channels and saturation

R 125 of 255 = 49%
G 224 of 255 = 88%
B 152 of 255 = 60%

125
224
152

R + G + B ~ 66%. #7DE098 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 224 + 152 = 501 (100%)
R 125 of 501 ~ 24.95%
G 224 of 501 ~ 44.71%
B 152 of 501 ~ 30.34%

%24.95
%44.71
%30.34

CMYK color model

#7DE098 color CMYK value is (44,0,32,12).

  • cyan value is 44.20%
  • magenta value is 0.00%
  • yellow value is 32.14%
  • key color value is 12.16%
CMYK:
(44,0,32,12)
C44M0Y32K12 
(44%,0%,32%,12%)
(0.44/0.00/0.32/0.12)	

CMYK percentages

%44.2
%0
%32.14
%12.16

Codes

Color #7DE098 in popluar color models

7DE098
RGB125224152
HSL136°61.49%68.43%
HSB/HSV136°44.20%87.84%
CMYK44.20%0.00%32.14%
12.16%

Color #7DE098 in popluar number systems.

HEX7DE098
Decimal125224152
Binary11111011110000010011000
Octal175340230

Shades and tints

Shades of #7DE098

#7DE098
(125,224,152)
#72CC8B
(114,204,139)
#67B87E
(103,184,126)
#5CA471
(92,164,113)
#519064
(81,144,100)
#467C57
(70,124,87)
#3B684A
(59,104,74)
#30543D
(48,84,61)
#254030
(37,64,48)
#1A2C23
(26,44,35)
#0F1816
(15,24,22)
#000000
(0,0,0)

Tints of #7DE098

#7DE098
(125,224,152)
#88E2A1
(136,226,161)
#93E4AA
(147,228,170)
#9EE6B3
(158,230,179)
#A9E8BC
(169,232,188)
#B4EAC5
(180,234,197)
#BFECCE
(191,236,206)
#CAEED7
(202,238,215)
#D5F0E0
(213,240,224)
#E0F2E9
(224,242,233)
#EBF4F2
(235,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DE098 color. Also use rgb(125,224,152) instead hex code.

Text Font Color

.myTextColor { color: #7DE098; }

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

This text font color is #7DE098.


Background Color

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

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

This div background color is #7DE098.


Border color

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

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

This div border color is #7DE098.


Opacity

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

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

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

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

This text has shadow with #7DE098 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DE098 on black background.


Color preview on white background

This text has color #7DE098 on white background.



Black color preview on #7DE098 background

This text has black color on #7DE098 background.


White color preview on #7DE098 background

This text has white color on #7DE098 background.