COLOR #79DD85

HEX: #79DD85 RGB: (121,221,133)

Color info

#79DD85 contains mainly green color. Web safe color of #79DD85 is #66CC99 (or #6C9).

RGB color model

#79DD85 color RGB value is (121,221,133).

RGB: (121,221,133) (47%, 87%, 52%)

RGB channels and saturation

R 121 of 255 = 47%
G 221 of 255 = 87%
B 133 of 255 = 52%

121
221
133

R + G + B ~ 62%. #79DD85 is quite light color.

Portions of RGB colors in percentages

R + G + B = 121 + 221 + 133 = 475 (100%)
R 121 of 475 ~ 25.47%
G 221 of 475 ~ 46.53%
B 133 of 475 ~ 28'%

%25.47
%46.53
%28

CMYK color model

#79DD85 color CMYK value is (45,0,40,13).

  • cyan value is 45.25%
  • magenta value is 0.00%
  • yellow value is 39.82%
  • key color value is 13.33%
CMYK: (45,0,40,13) C45M0Y40K13 (45%,0%,40%,13%) (0.45/0.00/0.40/0.13) 

CMYK percentages

%45.25
%0
%39.82
%13.33

Codes

Color #79DD85 in popluar color models

79 DD 85
RGB 121 221 133
HSL 127° 59.52% 67.06%
HSB/HSV 127° 45.25% 86.67%
CMYK 45.25% 0.00% 39.82%
13.33%

Color #79DD85 in popluar number systems.

HEX 79 DD 85
Decimal 121 221 133
Binary 1111001 11011101 10000101
Octal 171 335 205

Shades and tints

Shades of #79DD85

#79DD85
(121,221,133)
#6EC979
(110,201,121)
#63B56D
(99,181,109)
#58A161
(88,161,97)
#4D8D55
(77,141,85)
#427949
(66,121,73)
#37653D
(55,101,61)
#2C5131
(44,81,49)
#213D25
(33,61,37)
#162919
(22,41,25)
#0B150D
(11,21,13)
#000000
(0,0,0)

Tints of #79DD85

#79DD85
(121,221,133)
#85E090
(133,224,144)
#91E39B
(145,227,155)
#9DE6A6
(157,230,166)
#A9E9B1
(169,233,177)
#B5ECBC
(181,236,188)
#C1EFC7
(193,239,199)
#CDF2D2
(205,242,210)
#D9F5DD
(217,245,221)
#E5F8E8
(229,248,232)
#F1FBF3
(241,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79DD85 color. Also use rgb(121,221,133) instead hex code.

Text Font Color

.myTextColor { color: #79DD85; }

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

This text font color is #79DD85.

Background Color

.myBgColor { background-color: #79DD85; }

<div style="background-color:#79DD85">Inner text</div>

This div background color is #79DD85.

Border color

.myBorderColor { border: 1px solid #79DD85; }

<div style="border:3px solid #79DD85">Div</div>

This div border color is #79DD85.

Opacity

.myOpacity80 { color: #79DD85; opacity: 0.8; }

<p style="color:#79DD85;opacity:0.8;">80%</p>

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

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

This text has shadow with #79DD85 color.


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

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

This text has shadow with #79DD85 primary color and red secondary color.


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

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

This text has shadow with #79DD85 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #79DD85.

Preview

Color preview on black background

This text has color #79DD85 on black background.


Color preview on white background

This text has color #79DD85 on white background.


Black color preview on #79DD85 background

This text has black color on #79DD85 background.


White color preview on #79DD85 background

This text has white color on #79DD85 background.


Related colors

Complementary color

Complementary color for #hex is #86227A.


I love getcolorcode.com

Triadic colors

1 #8579DD and #DD8579 with #79DD85 are triadic colors.

2 #85DD79 and #DD7985 with #79DD85 are triadic colors.