COLOR #7AFB77

HEX: #7AFB77 RGB: (122,251,119)

Color info

#7AFB77 contains mainly green color. Web safe color of #7AFB77 is #66FF66 (or #6F6).

RGB color model

#7AFB77 color RGB value is (122,251,119).

RGB: (122,251,119) (48%, 98%, 47%)

RGB channels and saturation

R 122 of 255 = 48%
G 251 of 255 = 98%
B 119 of 255 = 47%

122
251
119

R + G + B ~ 64%. #7AFB77 is quite light color.

Portions of RGB colors in percentages

R + G + B = 122 + 251 + 119 = 492 (100%)
R 122 of 492 ~ 24.8%
G 251 of 492 ~ 51.02%
B 119 of 492 ~ 24.19'%

%24.8
%51.02
%24.19

CMYK color model

#7AFB77 color CMYK value is (51,0,53,2).

  • cyan value is 51.39%
  • magenta value is 0.00%
  • yellow value is 52.59%
  • key color value is 1.57%

CMYK: (51,0,53,2)
C51M0Y53K2 (51%, 0%, 53%, 2%)
(0.51 / 0.00 / 0.53 / 0.02)

CMYK percentages

%51.39
%0
%52.59
%1.57

Codes

Color #7AFB77 in popluar color models

7A FB 77
RGB 122 251 119
HSL 119° 94.29% 72.55%
HSB/HSV 119° 52.59% 98.43%
CMYK 51.39% 0.00% 52.59%
1.57%

Color #7AFB77 in popluar number systems.

HEX 7A FB 77
Decimal 122 251 119
Binary 1111010 11111011 1110111
Octal 172 373 167

Shades and tints

Shades of #7AFB77

#7AFB77
(122,251,119)
#6FE56D
(111,229,109)
#64CF63
(100,207,99)
#59B959
(89,185,89)
#4EA34F
(78,163,79)
#438D45
(67,141,69)
#38773B
(56,119,59)
#2D6131
(45,97,49)
#224B27
(34,75,39)
#17351D
(23,53,29)
#0C1F13
(12,31,19)
#000000
(0,0,0)

Tints of #7AFB77

#7AFB77
(122,251,119)
#86FB83
(134,251,131)
#92FB8F
(146,251,143)
#9EFB9B
(158,251,155)
#AAFBA7
(170,251,167)
#B6FBB3
(182,251,179)
#C2FBBF
(194,251,191)
#CEFBCB
(206,251,203)
#DAFBD7
(218,251,215)
#E6FBE3
(230,251,227)
#F2FBEF
(242,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AFB77 color. Also use rgb(122,251,119) instead hex code.

Text Font Color

.myTextColor { color: #7AFB77; }

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

This text font color is #7AFB77.

Background Color

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

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

This div background color is #7AFB77.

Border color

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

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

This div border color is #7AFB77.

Opacity

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

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

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

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

This text has shadow with #7AFB77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AFB77.

Preview

Color preview on black background

This text has color #7AFB77 on black background.


Color preview on white background

This text has color #7AFB77 on white background.


Black color preview on #7AFB77 background

This text has black color on #7AFB77 background.


White color preview on #7AFB77 background

This text has white color on #7AFB77 background.


Related colors

Complementary color

Complementary color for #hex is #850488.


I love getcolorcode.com

Triadic colors

1 #777AFB and #FB777A with #7AFB77 are triadic colors.

2 #77FB7A and #FB7A77 with #7AFB77 are triadic colors.