COLOR #7FDF11

HEX: #7FDF11
RGB: (127,223,17)

Color info

#7FDF11 contains mainly green color. Web safe color of #7FDF11 is #66CC00 (or #6C0).

RGB color model

#7FDF11 color RGB value is (127,223,17).

  • red value is 127;
  • green value is 223;
  • blue value is 17.
RGB:
(127,223,17)
(50%,87%,7%)

RGB channels and saturation

R 127 of 255 = 50%
G 223 of 255 = 87%
B 17 of 255 = 7%

127
223
17

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

Portions of RGB colors in percentages

R + G + B =
127 + 223 + 17 = 367 (100%)
R 127 of 367 ~ 34.6%
G 223 of 367 ~ 60.76%
B 17 of 367 ~ 4.63%

%34.6
%60.76

CMYK color model

#7FDF11 color CMYK value is (43,0,92,13).

  • cyan value is 43.05%
  • magenta value is 0.00%
  • yellow value is 92.38%
  • key color value is 12.55%
CMYK:
(43,0,92,13)
C43M0Y92K13 
(43%,0%,92%,13%)
(0.43/0.00/0.92/0.13)	

CMYK percentages

%43.05
%0
%92.38
%12.55

Codes

Color #7FDF11 in popluar color models

7FDF11
RGB12722317
HSL88°85.83%47.06%
HSB/HSV88°92.38%87.45%
CMYK43.05%0.00%92.38%
12.55%

Color #7FDF11 in popluar number systems.

HEX7FDF11
Decimal12722317
Binary11111111101111110001
Octal17733721

Shades and tints

Shades of #7FDF11

#7FDF11
(127,223,17)
#74CB10
(116,203,16)
#69B70F
(105,183,15)
#5EA30E
(94,163,14)
#538F0D
(83,143,13)
#487B0C
(72,123,12)
#3D670B
(61,103,11)
#32530A
(50,83,10)
#273F09
(39,63,9)
#1C2B08
(28,43,8)
#111707
(17,23,7)
#000000
(0,0,0)

Tints of #7FDF11

#7FDF11
(127,223,17)
#8AE126
(138,225,38)
#95E33B
(149,227,59)
#A0E550
(160,229,80)
#ABE765
(171,231,101)
#B6E97A
(182,233,122)
#C1EB8F
(193,235,143)
#CCEDA4
(204,237,164)
#D7EFB9
(215,239,185)
#E2F1CE
(226,241,206)
#EDF3E3
(237,243,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FDF11 color. Also use rgb(127,223,17) instead hex code.

Text Font Color

.myTextColor { color: #7FDF11; }

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

This text font color is #7FDF11.


Background Color

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

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

This div background color is #7FDF11.


Border color

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

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

This div border color is #7FDF11.


Opacity

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

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

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

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

This text has shadow with #7FDF11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FDF11 on black background.


Color preview on white background

This text has color #7FDF11 on white background.



Black color preview on #7FDF11 background

This text has black color on #7FDF11 background.


White color preview on #7FDF11 background

This text has white color on #7FDF11 background.