COLOR #7BDD66

HEX: #7BDD66 RGB: (123,221,102)

Color info

#7BDD66 contains mainly green color. Web safe color of #7BDD66 is #66CC66 (or #6C6).

RGB color model

#7BDD66 color RGB value is (123,221,102).

RGB: (123,221,102) (48%, 87%, 40%)

RGB channels and saturation

R 123 of 255 = 48%
G 221 of 255 = 87%
B 102 of 255 = 40%

123
221
102

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

Portions of RGB colors in percentages

R + G + B = 123 + 221 + 102 = 446 (100%)
R 123 of 446 ~ 27.58%
G 221 of 446 ~ 49.55%
B 102 of 446 ~ 22.87'%

%27.58
%49.55
%22.87

CMYK color model

#7BDD66 color CMYK value is (44,0,54,13).

  • cyan value is 44.34%
  • magenta value is 0.00%
  • yellow value is 53.85%
  • key color value is 13.33%

CMYK: (44,0,54,13)
C44M0Y54K13 (44%, 0%, 54%, 13%)
(0.44 / 0.00 / 0.54 / 0.13)

CMYK percentages

%44.34
%0
%53.85
%13.33

Codes

Color #7BDD66 in popluar color models

7B DD 66
RGB 123 221 102
HSL 109° 63.64% 63.33%
HSB/HSV 109° 53.85% 86.67%
CMYK 44.34% 0.00% 53.85%
13.33%

Color #7BDD66 in popluar number systems.

HEX 7B DD 66
Decimal 123 221 102
Binary 1111011 11011101 1100110
Octal 173 335 146

Shades and tints

Shades of #7BDD66

#7BDD66
(123,221,102)
#70C95D
(112,201,93)
#65B554
(101,181,84)
#5AA14B
(90,161,75)
#4F8D42
(79,141,66)
#447939
(68,121,57)
#396530
(57,101,48)
#2E5127
(46,81,39)
#233D1E
(35,61,30)
#182915
(24,41,21)
#0D150C
(13,21,12)
#000000
(0,0,0)

Tints of #7BDD66

#7BDD66
(123,221,102)
#87E073
(135,224,115)
#93E380
(147,227,128)
#9FE68D
(159,230,141)
#ABE99A
(171,233,154)
#B7ECA7
(183,236,167)
#C3EFB4
(195,239,180)
#CFF2C1
(207,242,193)
#DBF5CE
(219,245,206)
#E7F8DB
(231,248,219)
#F3FBE8
(243,251,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BDD66 color. Also use rgb(123,221,102) instead hex code.

Text Font Color

.myTextColor { color: #7BDD66; }

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

This text font color is #7BDD66.

Background Color

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

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

This div background color is #7BDD66.

Border color

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

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

This div border color is #7BDD66.

Opacity

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

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

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

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

This text has shadow with #7BDD66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BDD66.

Preview

Color preview on black background

This text has color #7BDD66 on black background.


Color preview on white background

This text has color #7BDD66 on white background.


Black color preview on #7BDD66 background

This text has black color on #7BDD66 background.


White color preview on #7BDD66 background

This text has white color on #7BDD66 background.


Related colors

Complementary color

Complementary color for #7BDD66 is #842299.


I love getcolorcode.com

Triadic colors

1 #667BDD and #DD667B with #7BDD66 are triadic colors.

2 #66DD7B and #DD7B66 with #7BDD66 are triadic colors.