COLOR #7DD427

HEX: #7DD427
RGB: (125,212,39)

Renk bilgisi

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

RGB renk modeli

#7DD427 color RGB value is (125,212,39).

  • kırmız ton 125;
  • yeşil ton 212;
  • mavi ton 39.
RGB:
(125,212,39)
(49%,83%,15%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 212 of 255 = 83%
B 39 of 255 = 15%

125
212
39

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 212 + 39 = 376 (100%)
R 125 of 376 ~ 33.24%
G 212 of 376 ~ 56.38%
B 39 of 376 ~ 10.37%

%33.24
%56.38
%10.37

CMYK RENK MODELİ

#7DD427 rengi CMYK tonu (41,0,82,17).

  • camgöbeği tonu 41.04%
  • eflatun tonu 0.00%
  • sarı tonu 81.60%
  • ana renk tonu 16.86%
CMYK:
(41,0,82,17)
C41M0Y82K17 
(41%,0%,82%,17%)
(0.41/0.00/0.82/0.17)	

CMYK yüzdeleri

%41.04
%0
%81.6
%16.86

Codes

Color #7DD427 in popluar color models

7DD427
RGB12521239
HSL90°68.92%49.22%
HSB/HSV90°81.60%83.14%
CMYK41.04%0.00%81.60%
16.86%

Color #7DD427 in popluar number systems.

HEX7DD427
Decimal12521239
Binary111110111010100100111
Octal17532447

Shades and tints

Shades of #7DD427

#7DD427
(125,212,39)
#72C124
(114,193,36)
#67AE21
(103,174,33)
#5C9B1E
(92,155,30)
#51881B
(81,136,27)
#467518
(70,117,24)
#3B6215
(59,98,21)
#304F12
(48,79,18)
#253C0F
(37,60,15)
#1A290C
(26,41,12)
#0F1609
(15,22,9)
#000000
(0,0,0)

Tints of #7DD427

#7DD427
(125,212,39)
#88D73A
(136,215,58)
#93DA4D
(147,218,77)
#9EDD60
(158,221,96)
#A9E073
(169,224,115)
#B4E386
(180,227,134)
#BFE699
(191,230,153)
#CAE9AC
(202,233,172)
#D5ECBF
(213,236,191)
#E0EFD2
(224,239,210)
#EBF2E5
(235,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DD427 color. Also use rgb(125,212,39) instead hex code.

Text Font Color

.myTextColor { color: #7DD427; }

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

This text font color is #7DD427.


Background Color

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

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

This div background color is #7DD427.


Border color

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

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

This div border color is #7DD427.


Opacity

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

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

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

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

This text has shadow with #7DD427 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DD427 on black background.


Color preview on white background

This text has color #7DD427 on white background.



Black color preview on #7DD427 background

This text has black color on #7DD427 background.


White color preview on #7DD427 background

This text has white color on #7DD427 background.