COLOR #7FDF33

HEX: #7FDF33 RGB: (127,223,51)

Color info

#7FDF33 contains mainly green color. Web safe color of #7FDF33 is #66CC33 (or #6C3).

RGB color model

#7FDF33 color RGB value is (127,223,51).

RGB: (127,223,51) (50%, 87%, 20%)

RGB channels and saturation

R 127 of 255 = 50%
G 223 of 255 = 87%
B 51 of 255 = 20%

127
223
51

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

Portions of RGB colors in percentages

R + G + B = 127 + 223 + 51 = 401 (100%)
R 127 of 401 ~ 31.67%
G 223 of 401 ~ 55.61%
B 51 of 401 ~ 12.72'%

%31.67
%55.61
%12.72

CMYK color model

#7FDF33 color CMYK value is (43,0,77,13).

  • cyan value is 43.05%
  • magenta value is 0.00%
  • yellow value is 77.13%
  • key color value is 12.55%

CMYK: (43,0,77,13)
C43M0Y77K13 (43%, 0%, 77%, 13%)
(0.43 / 0.00 / 0.77 / 0.13)

CMYK percentages

%43.05
%0
%77.13
%12.55

Codes

Color #7FDF33 in popluar color models

7F DF 33
RGB 127 223 51
HSL 93° 72.88% 53.73%
HSB/HSV 93° 77.13% 87.45%
CMYK 43.05% 0.00% 77.13%
12.55%

Color #7FDF33 in popluar number systems.

HEX 7F DF 33
Decimal 127 223 51
Binary 1111111 11011111 110011
Octal 177 337 63

Shades and tints

Shades of #7FDF33

#7FDF33
(127,223,51)
#74CB2F
(116,203,47)
#69B72B
(105,183,43)
#5EA327
(94,163,39)
#538F23
(83,143,35)
#487B1F
(72,123,31)
#3D671B
(61,103,27)
#325317
(50,83,23)
#273F13
(39,63,19)
#1C2B0F
(28,43,15)
#11170B
(17,23,11)
#000000
(0,0,0)

Tints of #7FDF33

#7FDF33
(127,223,51)
#8AE145
(138,225,69)
#95E357
(149,227,87)
#A0E569
(160,229,105)
#ABE77B
(171,231,123)
#B6E98D
(182,233,141)
#C1EB9F
(193,235,159)
#CCEDB1
(204,237,177)
#D7EFC3
(215,239,195)
#E2F1D5
(226,241,213)
#EDF3E7
(237,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FDF33; }

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

This text font color is #7FDF33.

Background Color

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

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

This div background color is #7FDF33.

Border color

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

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

This div border color is #7FDF33.

Opacity

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

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

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

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

This text has shadow with #7FDF33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FDF33.

Preview

Color preview on black background

This text has color #7FDF33 on black background.


Color preview on white background

This text has color #7FDF33 on white background.


Black color preview on #7FDF33 background

This text has black color on #7FDF33 background.


White color preview on #7FDF33 background

This text has white color on #7FDF33 background.


Related colors

Complementary color

Complementary color for #hex is #8020CC.


I love getcolorcode.com

Triadic colors

1 #337FDF and #DF337F with #7FDF33 are triadic colors.

2 #33DF7F and #DF7F33 with #7FDF33 are triadic colors.