COLOR #7AD037

HEX: #7AD037
RGB: (122,208,55)

Color info

#7AD037 contains mainly green color. Web safe color of #7AD037 is #66CC33 (or #6C3).

RGB color model

#7AD037 color RGB value is (122,208,55).

  • red value is 122;
  • green value is 208;
  • blue value is 55.
RGB:
(122,208,55)
(48%,82%,22%)

RGB channels and saturation

R 122 of 255 = 48%
G 208 of 255 = 82%
B 55 of 255 = 22%

122
208
55

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

Portions of RGB colors in percentages

R + G + B =
122 + 208 + 55 = 385 (100%)
R 122 of 385 ~ 31.69%
G 208 of 385 ~ 54.03%
B 55 of 385 ~ 14.29%

%31.69
%54.03
%14.29

CMYK color model

#7AD037 color CMYK value is (41,0,74,18).

  • cyan value is 41.35%
  • magenta value is 0.00%
  • yellow value is 73.56%
  • key color value is 18.43%
CMYK:
(41,0,74,18)
C41M0Y74K18 
(41%,0%,74%,18%)
(0.41/0.00/0.74/0.18)	

CMYK percentages

%41.35
%0
%73.56
%18.43

Codes

Color #7AD037 in popluar color models

7AD037
RGB12220855
HSL94°61.94%51.57%
HSB/HSV94°73.56%81.57%
CMYK41.35%0.00%73.56%
18.43%

Color #7AD037 in popluar number systems.

HEX7AD037
Decimal12220855
Binary111101011010000110111
Octal17232067

Shades and tints

Shades of #7AD037

#7AD037
(122,208,55)
#6FBE32
(111,190,50)
#64AC2D
(100,172,45)
#599A28
(89,154,40)
#4E8823
(78,136,35)
#43761E
(67,118,30)
#386419
(56,100,25)
#2D5214
(45,82,20)
#22400F
(34,64,15)
#172E0A
(23,46,10)
#0C1C05
(12,28,5)
#000000
(0,0,0)

Tints of #7AD037

#7AD037
(122,208,55)
#86D449
(134,212,73)
#92D85B
(146,216,91)
#9EDC6D
(158,220,109)
#AAE07F
(170,224,127)
#B6E491
(182,228,145)
#C2E8A3
(194,232,163)
#CEECB5
(206,236,181)
#DAF0C7
(218,240,199)
#E6F4D9
(230,244,217)
#F2F8EB
(242,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AD037 color. Also use rgb(122,208,55) instead hex code.

Text Font Color

.myTextColor { color: #7AD037; }

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

This text font color is #7AD037.


Background Color

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

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

This div background color is #7AD037.


Border color

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

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

This div border color is #7AD037.


Opacity

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

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

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

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

This text has shadow with #7AD037 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AD037 on black background.


Color preview on white background

This text has color #7AD037 on white background.



Black color preview on #7AD037 background

This text has black color on #7AD037 background.


White color preview on #7AD037 background

This text has white color on #7AD037 background.