COLOR #7DE009

HEX: #7DE009
RGB: (125,224,9)

Renk bilgisi

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

RGB renk modeli

#7DE009 color RGB value is (125,224,9).

  • kırmız ton 125;
  • yeşil ton 224;
  • mavi ton 9.
RGB:
(125,224,9)
(49%,88%,4%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 224 of 255 = 88%
B 9 of 255 = 4%

125
224
9

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 224 + 9 = 358 (100%)
R 125 of 358 ~ 34.92%
G 224 of 358 ~ 62.57%
B 9 of 358 ~ 2.51%

%34.92
%62.57

CMYK RENK MODELİ

#7DE009 rengi CMYK tonu (44,0,96,12).

  • camgöbeği tonu 44.20%
  • eflatun tonu 0.00%
  • sarı tonu 95.98%
  • ana renk tonu 12.16%
CMYK:
(44,0,96,12)
C44M0Y96K12 
(44%,0%,96%,12%)
(0.44/0.00/0.96/0.12)	

CMYK yüzdeleri

%44.2
%0
%95.98
%12.16

Codes

Color #7DE009 in popluar color models

7DE009
RGB1252249
HSL88°92.27%45.69%
HSB/HSV88°95.98%87.84%
CMYK44.20%0.00%95.98%
12.16%

Color #7DE009 in popluar number systems.

HEX7DE009
Decimal1252249
Binary1111101111000001001
Octal17534011

Shades and tints

Shades of #7DE009

#7DE009
(125,224,9)
#72CC09
(114,204,9)
#67B809
(103,184,9)
#5CA409
(92,164,9)
#519009
(81,144,9)
#467C09
(70,124,9)
#3B6809
(59,104,9)
#305409
(48,84,9)
#254009
(37,64,9)
#1A2C09
(26,44,9)
#0F1809
(15,24,9)
#000000
(0,0,0)

Tints of #7DE009

#7DE009
(125,224,9)
#88E21F
(136,226,31)
#93E435
(147,228,53)
#9EE64B
(158,230,75)
#A9E861
(169,232,97)
#B4EA77
(180,234,119)
#BFEC8D
(191,236,141)
#CAEEA3
(202,238,163)
#D5F0B9
(213,240,185)
#E0F2CF
(224,242,207)
#EBF4E5
(235,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DE009 color. Also use rgb(125,224,9) instead hex code.

Text Font Color

.myTextColor { color: #7DE009; }

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

This text font color is #7DE009.


Background Color

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

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

This div background color is #7DE009.


Border color

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

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

This div border color is #7DE009.


Opacity

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

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

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

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

This text has shadow with #7DE009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DE009 on black background.


Color preview on white background

This text has color #7DE009 on white background.



Black color preview on #7DE009 background

This text has black color on #7DE009 background.


White color preview on #7DE009 background

This text has white color on #7DE009 background.