COLOR #7ADD5E

HEX: #7ADD5E
RGB: (122,221,94)

Renk bilgisi

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

RGB renk modeli

#7ADD5E color RGB value is (122,221,94).

  • kırmız ton 122;
  • yeşil ton 221;
  • mavi ton 94.
RGB:
(122,221,94)
(48%,87%,37%)

RGB bağlantıları ve doygunluk

R 122 of 255 = 48%
G 221 of 255 = 87%
B 94 of 255 = 37%

122
221
94

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

Yüzdelerle RGB renk parçaları

R + G + B =
122 + 221 + 94 = 437 (100%)
R 122 of 437 ~ 27.92%
G 221 of 437 ~ 50.57%
B 94 of 437 ~ 21.51%

%27.92
%50.57
%21.51

CMYK RENK MODELİ

#7ADD5E rengi CMYK tonu (45,0,57,13).

  • camgöbeği tonu 44.80%
  • eflatun tonu 0.00%
  • sarı tonu 57.47%
  • ana renk tonu 13.33%
CMYK:
(45,0,57,13)
C45M0Y57K13 
(45%,0%,57%,13%)
(0.45/0.00/0.57/0.13)	

CMYK yüzdeleri

%44.8
%0
%57.47
%13.33

Codes

Color #7ADD5E in popluar color models

7ADD5E
RGB12222194
HSL107°65.13%61.76%
HSB/HSV107°57.47%86.67%
CMYK44.80%0.00%57.47%
13.33%

Color #7ADD5E in popluar number systems.

HEX7ADD5E
Decimal12222194
Binary1111010110111011011110
Octal172335136

Shades and tints

Shades of #7ADD5E

#7ADD5E
(122,221,94)
#6FC956
(111,201,86)
#64B54E
(100,181,78)
#59A146
(89,161,70)
#4E8D3E
(78,141,62)
#437936
(67,121,54)
#38652E
(56,101,46)
#2D5126
(45,81,38)
#223D1E
(34,61,30)
#172916
(23,41,22)
#0C150E
(12,21,14)
#000000
(0,0,0)

Tints of #7ADD5E

#7ADD5E
(122,221,94)
#86E06C
(134,224,108)
#92E37A
(146,227,122)
#9EE688
(158,230,136)
#AAE996
(170,233,150)
#B6ECA4
(182,236,164)
#C2EFB2
(194,239,178)
#CEF2C0
(206,242,192)
#DAF5CE
(218,245,206)
#E6F8DC
(230,248,220)
#F2FBEA
(242,251,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ADD5E color. Also use rgb(122,221,94) instead hex code.

Text Font Color

.myTextColor { color: #7ADD5E; }

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

This text font color is #7ADD5E.


Background Color

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

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

This div background color is #7ADD5E.


Border color

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

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

This div border color is #7ADD5E.


Opacity

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

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

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

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

This text has shadow with #7ADD5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ADD5E on black background.


Color preview on white background

This text has color #7ADD5E on white background.



Black color preview on #7ADD5E background

This text has black color on #7ADD5E background.


White color preview on #7ADD5E background

This text has white color on #7ADD5E background.