COLOR #7FDD93

HEX: #7FDD93 RGB: (127,221,147)

Color info

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

RGB color model

#7FDD93 color RGB value is (127,221,147).

RGB: (127,221,147) (50%, 87%, 58%)

RGB channels and saturation

R 127 of 255 = 50%
G 221 of 255 = 87%
B 147 of 255 = 58%

127
221
147

R + G + B ~ 65%. #7FDD93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 127 + 221 + 147 = 495 (100%)
R 127 of 495 ~ 25.66%
G 221 of 495 ~ 44.65%
B 147 of 495 ~ 29.7'%

%25.66
%44.65
%29.7

CMYK color model

#7FDD93 color CMYK value is (43,0,33,13).

  • cyan value is 42.53%
  • magenta value is 0.00%
  • yellow value is 33.48%
  • key color value is 13.33%
CMYK: (43,0,33,13) C43M0Y33K13 (43%,0%,33%,13%) (0.43/0.00/0.33/0.13) 

CMYK percentages

%42.53
%0
%33.48
%13.33

Codes

Color #7FDD93 in popluar color models

7F DD 93
RGB 127 221 147
HSL 133° 58.02% 68.24%
HSB/HSV 133° 42.53% 86.67%
CMYK 42.53% 0.00% 33.48%
13.33%

Color #7FDD93 in popluar number systems.

HEX 7F DD 93
Decimal 127 221 147
Binary 1111111 11011101 10010011
Octal 177 335 223

Shades and tints

Shades of #7FDD93

#7FDD93
(127,221,147)
#74C986
(116,201,134)
#69B579
(105,181,121)
#5EA16C
(94,161,108)
#538D5F
(83,141,95)
#487952
(72,121,82)
#3D6545
(61,101,69)
#325138
(50,81,56)
#273D2B
(39,61,43)
#1C291E
(28,41,30)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #7FDD93

#7FDD93
(127,221,147)
#8AE09C
(138,224,156)
#95E3A5
(149,227,165)
#A0E6AE
(160,230,174)
#ABE9B7
(171,233,183)
#B6ECC0
(182,236,192)
#C1EFC9
(193,239,201)
#CCF2D2
(204,242,210)
#D7F5DB
(215,245,219)
#E2F8E4
(226,248,228)
#EDFBED
(237,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FDD93 color. Also use rgb(127,221,147) instead hex code.

Text Font Color

.myTextColor { color: #7FDD93; }

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

This text font color is #7FDD93.

Background Color

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

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

This div background color is #7FDD93.

Border color

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

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

This div border color is #7FDD93.

Opacity

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

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

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

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

This text has shadow with #7FDD93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FDD93.

Preview

Color preview on black background

This text has color #7FDD93 on black background.


Color preview on white background

This text has color #7FDD93 on white background.


Black color preview on #7FDD93 background

This text has black color on #7FDD93 background.


White color preview on #7FDD93 background

This text has white color on #7FDD93 background.


Related colors

Complementary color

Complementary color for #hex is #80226C.


I love getcolorcode.com

Triadic colors

1 #937FDD and #DD937F with #7FDD93 are triadic colors.

2 #93DD7F and #DD7F93 with #7FDD93 are triadic colors.