COLOR #7DCB38

HEX: #7DCB38 RGB: (125,203,56)

Color info

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

RGB color model

#7DCB38 color RGB value is (125,203,56).

RGB: (125,203,56) (49%, 80%, 22%)

RGB channels and saturation

R 125 of 255 = 49%
G 203 of 255 = 80%
B 56 of 255 = 22%

125
203
56

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

Portions of RGB colors in percentages

R + G + B = 125 + 203 + 56 = 384 (100%)
R 125 of 384 ~ 32.55%
G 203 of 384 ~ 52.86%
B 56 of 384 ~ 14.58'%

%32.55
%52.86
%14.58

CMYK color model

#7DCB38 color CMYK value is (38,0,72,20).

  • cyan value is 38.42%
  • magenta value is 0.00%
  • yellow value is 72.41%
  • key color value is 20.39%

CMYK: (38,0,72,20)
C38M0Y72K20 (38%, 0%, 72%, 20%)
(0.38 / 0.00 / 0.72 / 0.20)

CMYK percentages

%38.42
%0
%72.41
%20.39

Codes

Color #7DCB38 in popluar color models

7D CB 38
RGB 125 203 56
HSL 92° 58.57% 50.78%
HSB/HSV 92° 72.41% 79.61%
CMYK 38.42% 0.00% 72.41%
20.39%

Color #7DCB38 in popluar number systems.

HEX 7D CB 38
Decimal 125 203 56
Binary 1111101 11001011 111000
Octal 175 313 70

Shades and tints

Shades of #7DCB38

#7DCB38
(125,203,56)
#72B933
(114,185,51)
#67A72E
(103,167,46)
#5C9529
(92,149,41)
#518324
(81,131,36)
#46711F
(70,113,31)
#3B5F1A
(59,95,26)
#304D15
(48,77,21)
#253B10
(37,59,16)
#1A290B
(26,41,11)
#0F1706
(15,23,6)
#000000
(0,0,0)

Tints of #7DCB38

#7DCB38
(125,203,56)
#88CF4A
(136,207,74)
#93D35C
(147,211,92)
#9ED76E
(158,215,110)
#A9DB80
(169,219,128)
#B4DF92
(180,223,146)
#BFE3A4
(191,227,164)
#CAE7B6
(202,231,182)
#D5EBC8
(213,235,200)
#E0EFDA
(224,239,218)
#EBF3EC
(235,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DCB38 color. Also use rgb(125,203,56) instead hex code.

Text Font Color

.myTextColor { color: #7DCB38; }

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

This text font color is #7DCB38.

Background Color

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

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

This div background color is #7DCB38.

Border color

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

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

This div border color is #7DCB38.

Opacity

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

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

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

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

This text has shadow with #7DCB38 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DCB38.

Preview

Color preview on black background

This text has color #7DCB38 on black background.


Color preview on white background

This text has color #7DCB38 on white background.


Black color preview on #7DCB38 background

This text has black color on #7DCB38 background.


White color preview on #7DCB38 background

This text has white color on #7DCB38 background.


Related colors

Complementary color

Complementary color for #hex is #8234C7.


I love getcolorcode.com

Triadic colors

1 #387DCB and #CB387D with #7DCB38 are triadic colors.

2 #38CB7D and #CB7D38 with #7DCB38 are triadic colors.