COLOR #7DDB66

HEX: #7DDB66
RGB: (125,219,102)

Renk bilgisi

#7DDB66 contains mainly green color. #7DDB66 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#7DDB66 color RGB value is (125,219,102).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 219 of 255 = 86%
B 102 of 255 = 40%

125
219
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 219 + 102 = 446 (100%)
R 125 of 446 ~ 28.03%
G 219 of 446 ~ 49.1%
B 102 of 446 ~ 22.87%

%28.03
%49.1
%22.87

CMYK RENK MODELİ

#7DDB66 rengi CMYK tonu (43,0,53,14).

  • camgöbeği tonu 42.92%
  • eflatun tonu 0.00%
  • sarı tonu 53.42%
  • ana renk tonu 14.12%
CMYK:
(43,0,53,14)
C43M0Y53K14 
(43%,0%,53%,14%)
(0.43/0.00/0.53/0.14)	

CMYK yüzdeleri

%42.92
%0
%53.42
%14.12

Codes

Color #7DDB66 in popluar color models

7DDB66
RGB125219102
HSL108°61.90%62.94%
HSB/HSV108°53.42%85.88%
CMYK42.92%0.00%53.42%
14.12%

Color #7DDB66 in popluar number systems.

HEX7DDB66
Decimal125219102
Binary1111101110110111100110
Octal175333146

Shades and tints

Shades of #7DDB66

#7DDB66
(125,219,102)
#72C85D
(114,200,93)
#67B554
(103,181,84)
#5CA24B
(92,162,75)
#518F42
(81,143,66)
#467C39
(70,124,57)
#3B6930
(59,105,48)
#305627
(48,86,39)
#25431E
(37,67,30)
#1A3015
(26,48,21)
#0F1D0C
(15,29,12)
#000000
(0,0,0)

Tints of #7DDB66

#7DDB66
(125,219,102)
#88DE73
(136,222,115)
#93E180
(147,225,128)
#9EE48D
(158,228,141)
#A9E79A
(169,231,154)
#B4EAA7
(180,234,167)
#BFEDB4
(191,237,180)
#CAF0C1
(202,240,193)
#D5F3CE
(213,243,206)
#E0F6DB
(224,246,219)
#EBF9E8
(235,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DDB66; }

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

This text font color is #7DDB66.


Background Color

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

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

This div background color is #7DDB66.


Border color

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

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

This div border color is #7DDB66.


Opacity

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

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

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

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

This text has shadow with #7DDB66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DDB66 on black background.


Color preview on white background

This text has color #7DDB66 on white background.



Black color preview on #7DDB66 background

This text has black color on #7DDB66 background.


White color preview on #7DDB66 background

This text has white color on #7DDB66 background.