COLOR #7DDB20

HEX: #7DDB20
RGB: (125,219,32)

Renk bilgisi

#7DDB20 contains mainly green color. #7DDB20 ‘ nin web güvenlik rengi #66CC33 (ya da #6C3) dir.

RGB renk modeli

#7DDB20 color RGB value is (125,219,32).

  • kırmız ton 125;
  • yeşil ton 219;
  • mavi ton 32.
RGB:
(125,219,32)
(49%,86%,13%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 219 of 255 = 86%
B 32 of 255 = 13%

125
219
32

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 219 + 32 = 376 (100%)
R 125 of 376 ~ 33.24%
G 219 of 376 ~ 58.24%
B 32 of 376 ~ 8.51%

%33.24
%58.24

CMYK RENK MODELİ

#7DDB20 rengi CMYK tonu (43,0,85,14).

  • camgöbeği tonu 42.92%
  • eflatun tonu 0.00%
  • sarı tonu 85.39%
  • ana renk tonu 14.12%
CMYK:
(43,0,85,14)
C43M0Y85K14 
(43%,0%,85%,14%)
(0.43/0.00/0.85/0.14)	

CMYK yüzdeleri

%42.92
%0
%85.39
%14.12

Codes

Color #7DDB20 in popluar color models

7DDB20
RGB12521932
HSL90°74.50%49.22%
HSB/HSV90°85.39%85.88%
CMYK42.92%0.00%85.39%
14.12%

Color #7DDB20 in popluar number systems.

HEX7DDB20
Decimal12521932
Binary111110111011011100000
Octal17533340

Shades and tints

Shades of #7DDB20

#7DDB20
(125,219,32)
#72C81E
(114,200,30)
#67B51C
(103,181,28)
#5CA21A
(92,162,26)
#518F18
(81,143,24)
#467C16
(70,124,22)
#3B6914
(59,105,20)
#305612
(48,86,18)
#254310
(37,67,16)
#1A300E
(26,48,14)
#0F1D0C
(15,29,12)
#000000
(0,0,0)

Tints of #7DDB20

#7DDB20
(125,219,32)
#88DE34
(136,222,52)
#93E148
(147,225,72)
#9EE45C
(158,228,92)
#A9E770
(169,231,112)
#B4EA84
(180,234,132)
#BFED98
(191,237,152)
#CAF0AC
(202,240,172)
#D5F3C0
(213,243,192)
#E0F6D4
(224,246,212)
#EBF9E8
(235,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DDB20 color. Also use rgb(125,219,32) instead hex code.

Text Font Color

.myTextColor { color: #7DDB20; }

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

This text font color is #7DDB20.


Background Color

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

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

This div background color is #7DDB20.


Border color

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

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

This div border color is #7DDB20.


Opacity

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

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

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

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

This text has shadow with #7DDB20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DDB20 on black background.


Color preview on white background

This text has color #7DDB20 on white background.



Black color preview on #7DDB20 background

This text has black color on #7DDB20 background.


White color preview on #7DDB20 background

This text has white color on #7DDB20 background.