COLOR #71F243

HEX: #71F243 RGB: (113,242,67)

Color info

#71F243 contains mainly green color. Web safe color of #71F243 is #66FF33 (or #6F3).

RGB color model

#71F243 color RGB value is (113,242,67).

RGB: (113,242,67) (44%, 95%, 26%)

RGB channels and saturation

R 113 of 255 = 44%
G 242 of 255 = 95%
B 67 of 255 = 26%

113
242
67

R + G + B ~ 55%. #71F243 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 242 + 67 = 422 (100%)
R 113 of 422 ~ 26.78%
G 242 of 422 ~ 57.35%
B 67 of 422 ~ 15.88'%

%26.78
%57.35
%15.88

CMYK color model

#71F243 color CMYK value is (53,0,72,5).

  • cyan value is 53.31%
  • magenta value is 0.00%
  • yellow value is 72.31%
  • key color value is 5.10%

CMYK: (53,0,72,5)
C53M0Y72K5 (53%, 0%, 72%, 5%)
(0.53 / 0.00 / 0.72 / 0.05)

CMYK percentages

%53.31
%0
%72.31
%5.1

Codes

Color #71F243 in popluar color models

71 F2 43
RGB 113 242 67
HSL 104° 87.06% 60.59%
HSB/HSV 104° 72.31% 94.90%
CMYK 53.31% 0.00% 72.31%
5.10%

Color #71F243 in popluar number systems.

HEX 71 F2 43
Decimal 113 242 67
Binary 1110001 11110010 1000011
Octal 161 362 103

Shades and tints

Shades of #71F243

#71F243
(113,242,67)
#67DC3D
(103,220,61)
#5DC637
(93,198,55)
#53B031
(83,176,49)
#499A2B
(73,154,43)
#3F8425
(63,132,37)
#356E1F
(53,110,31)
#2B5819
(43,88,25)
#214213
(33,66,19)
#172C0D
(23,44,13)
#0D1607
(13,22,7)
#000000
(0,0,0)

Tints of #71F243

#71F243
(113,242,67)
#7DF354
(125,243,84)
#89F465
(137,244,101)
#95F576
(149,245,118)
#A1F687
(161,246,135)
#ADF798
(173,247,152)
#B9F8A9
(185,248,169)
#C5F9BA
(197,249,186)
#D1FACB
(209,250,203)
#DDFBDC
(221,251,220)
#E9FCED
(233,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71F243 color. Also use rgb(113,242,67) instead hex code.

Text Font Color

.myTextColor { color: #71F243; }

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

This text font color is #71F243.

Background Color

.myBgColor { background-color: #71F243; }

<div style="background-color:#71F243">Inner text</div>

This div background color is #71F243.

Border color

.myBorderColor { border: 1px solid #71F243; }

<div style="border:3px solid #71F243">Div</div>

This div border color is #71F243.

Opacity

.myOpacity80 { color: #71F243; opacity: 0.8; }

<p style="color:#71F243;opacity:0.8;">80%</p>

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

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

This text has shadow with #71F243 color.


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

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

This text has shadow with #71F243 primary color and red secondary color.


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

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

This text has shadow with #71F243 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #71F243.

Preview

Color preview on black background

This text has color #71F243 on black background.


Color preview on white background

This text has color #71F243 on white background.


Black color preview on #71F243 background

This text has black color on #71F243 background.


White color preview on #71F243 background

This text has white color on #71F243 background.


Related colors

Complementary color

Complementary color for #hex is #8E0DBC.


I love getcolorcode.com

Triadic colors

1 #4371F2 and #F24371 with #71F243 are triadic colors.

2 #43F271 and #F27143 with #71F243 are triadic colors.