COLOR #7DB44B

HEX: #7DB44B
RGB: (125,180,75)

Renk bilgisi

#7DB44B contains mainly red and green colors. #7DB44B ‘ nin web güvenlik rengi #66CC33 (ya da #6C3) dir.

RGB renk modeli

#7DB44B color RGB value is (125,180,75).

  • kırmız ton 125;
  • yeşil ton 180;
  • mavi ton 75.
RGB:
(125,180,75)
(49%,71%,29%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 180 of 255 = 71%
B 75 of 255 = 29%

125
180
75

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 180 + 75 = 380 (100%)
R 125 of 380 ~ 32.89%
G 180 of 380 ~ 47.37%
B 75 of 380 ~ 19.74%

%32.89
%47.37
%19.74

CMYK RENK MODELİ

#7DB44B rengi CMYK tonu (31,0,58,29).

  • camgöbeği tonu 30.56%
  • eflatun tonu 0.00%
  • sarı tonu 58.33%
  • ana renk tonu 29.41%
CMYK:
(31,0,58,29)
C31M0Y58K29 
(31%,0%,58%,29%)
(0.31/0.00/0.58/0.29)	

CMYK yüzdeleri

%30.56
%0
%58.33
%29.41

Codes

Color #7DB44B in popluar color models

7DB44B
RGB12518075
HSL91°41.18%50.00%
HSB/HSV91°58.33%70.59%
CMYK30.56%0.00%58.33%
29.41%

Color #7DB44B in popluar number systems.

HEX7DB44B
Decimal12518075
Binary1111101101101001001011
Octal175264113

Shades and tints

Shades of #7DB44B

#7DB44B
(125,180,75)
#72A445
(114,164,69)
#67943F
(103,148,63)
#5C8439
(92,132,57)
#517433
(81,116,51)
#46642D
(70,100,45)
#3B5427
(59,84,39)
#304421
(48,68,33)
#25341B
(37,52,27)
#1A2415
(26,36,21)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #7DB44B

#7DB44B
(125,180,75)
#88BA5B
(136,186,91)
#93C06B
(147,192,107)
#9EC67B
(158,198,123)
#A9CC8B
(169,204,139)
#B4D29B
(180,210,155)
#BFD8AB
(191,216,171)
#CADEBB
(202,222,187)
#D5E4CB
(213,228,203)
#E0EADB
(224,234,219)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB44B color. Also use rgb(125,180,75) instead hex code.

Text Font Color

.myTextColor { color: #7DB44B; }

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

This text font color is #7DB44B.


Background Color

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

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

This div background color is #7DB44B.


Border color

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

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

This div border color is #7DB44B.


Opacity

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

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

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

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

This text has shadow with #7DB44B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB44B on black background.


Color preview on white background

This text has color #7DB44B on white background.



Black color preview on #7DB44B background

This text has black color on #7DB44B background.


White color preview on #7DB44B background

This text has white color on #7DB44B background.