COLOR #7DC254

HEX: #7DC254
RGB: (125,194,84)

Color info

#7DC254 contains mainly green color. Web safe color of #7DC254 is #66CC66 (or #6C6).

RGB color model

#7DC254 color RGB value is (125,194,84).

  • red value is 125;
  • green value is 194;
  • blue value is 84.
RGB:
(125,194,84)
(49%,76%,33%)

RGB channels and saturation

R 125 of 255 = 49%
G 194 of 255 = 76%
B 84 of 255 = 33%

125
194
84

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

Portions of RGB colors in percentages

R + G + B =
125 + 194 + 84 = 403 (100%)
R 125 of 403 ~ 31.02%
G 194 of 403 ~ 48.14%
B 84 of 403 ~ 20.84%

%31.02
%48.14
%20.84

CMYK color model

#7DC254 color CMYK value is (36,0,57,24).

  • cyan value is 35.57%
  • magenta value is 0.00%
  • yellow value is 56.70%
  • key color value is 23.92%
CMYK:
(36,0,57,24)
C36M0Y57K24 
(36%,0%,57%,24%)
(0.36/0.00/0.57/0.24)	

CMYK percentages

%35.57
%0
%56.7
%23.92

Codes

Color #7DC254 in popluar color models

7DC254
RGB12519484
HSL98°47.41%54.51%
HSB/HSV98°56.70%76.08%
CMYK35.57%0.00%56.70%
23.92%

Color #7DC254 in popluar number systems.

HEX7DC254
Decimal12519484
Binary1111101110000101010100
Octal175302124

Shades and tints

Shades of #7DC254

#7DC254
(125,194,84)
#72B14D
(114,177,77)
#67A046
(103,160,70)
#5C8F3F
(92,143,63)
#517E38
(81,126,56)
#466D31
(70,109,49)
#3B5C2A
(59,92,42)
#304B23
(48,75,35)
#253A1C
(37,58,28)
#1A2915
(26,41,21)
#0F180E
(15,24,14)
#000000
(0,0,0)

Tints of #7DC254

#7DC254
(125,194,84)
#88C763
(136,199,99)
#93CC72
(147,204,114)
#9ED181
(158,209,129)
#A9D690
(169,214,144)
#B4DB9F
(180,219,159)
#BFE0AE
(191,224,174)
#CAE5BD
(202,229,189)
#D5EACC
(213,234,204)
#E0EFDB
(224,239,219)
#EBF4EA
(235,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DC254 color. Also use rgb(125,194,84) instead hex code.

Text Font Color

.myTextColor { color: #7DC254; }

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

This text font color is #7DC254.


Background Color

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

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

This div background color is #7DC254.


Border color

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

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

This div border color is #7DC254.


Opacity

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

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

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

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

This text has shadow with #7DC254 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DC254 on black background.


Color preview on white background

This text has color #7DC254 on white background.



Black color preview on #7DC254 background

This text has black color on #7DC254 background.


White color preview on #7DC254 background

This text has white color on #7DC254 background.