COLOR #7DBC00

HEX: #7DBC00
RGB: (125,188,0)

Renk bilgisi

#7DBC00 contains mainly green color. #7DBC00 ‘ nin web güvenlik rengi #66CC00 (ya da #6C0) dir.

RGB renk modeli

#7DBC00 color RGB value is (125,188,0).

  • kırmız ton 125;
  • yeşil ton 188;
  • mavi ton 0.
RGB:
(125,188,0)
(49%,74%,0%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 188 of 255 = 74%
B 0 of 255 = 0%

125
188
0

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 188 + 0 = 313 (100%)
R 125 of 313 ~ 39.94%
G 188 of 313 ~ 60.06%
B 0 of 313 ~ 0%

%39.94
%60.06

CMYK RENK MODELİ

#7DBC00 rengi CMYK tonu (34,0,100,26).

  • camgöbeği tonu 33.51%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 26.27%
CMYK:
(34,0,100,26)
C34M0Y100K26 
(34%,0%,100%,26%)
(0.34/0.00/1.00/0.26)	

CMYK yüzdeleri

%33.51
%0
%100
%26.27

Codes

Color #7DBC00 in popluar color models

7DBC00
RGB1251880
HSL80°100.00%36.86%
HSB/HSV80°100.00%73.73%
CMYK33.51%0.00%100.00%
26.27%

Color #7DBC00 in popluar number systems.

HEX7DBC00
Decimal1251880
Binary1111101101111000
Octal1752740

Shades and tints

Shades of #7DBC00

#7DBC00
(125,188,0)
#72AB00
(114,171,0)
#679A00
(103,154,0)
#5C8900
(92,137,0)
#517800
(81,120,0)
#466700
(70,103,0)
#3B5600
(59,86,0)
#304500
(48,69,0)
#253400
(37,52,0)
#1A2300
(26,35,0)
#0F1200
(15,18,0)
#000000
(0,0,0)

Tints of #7DBC00

#7DBC00
(125,188,0)
#88C217
(136,194,23)
#93C82E
(147,200,46)
#9ECE45
(158,206,69)
#A9D45C
(169,212,92)
#B4DA73
(180,218,115)
#BFE08A
(191,224,138)
#CAE6A1
(202,230,161)
#D5ECB8
(213,236,184)
#E0F2CF
(224,242,207)
#EBF8E6
(235,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DBC00 color. Also use rgb(125,188,0) instead hex code.

Text Font Color

.myTextColor { color: #7DBC00; }

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

This text font color is #7DBC00.


Background Color

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

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

This div background color is #7DBC00.


Border color

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

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

This div border color is #7DBC00.


Opacity

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

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

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

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

This text has shadow with #7DBC00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DBC00 on black background.


Color preview on white background

This text has color #7DBC00 on white background.



Black color preview on #7DBC00 background

This text has black color on #7DBC00 background.


White color preview on #7DBC00 background

This text has white color on #7DBC00 background.