COLOR #07D171

HEX: #07D171
RGB: (7,209,113)

Color info

#07D171 contains mainly green color. Web safe color of #07D171 is #00CC66 (or #0C6).

RGB color model

#07D171 color RGB value is (7,209,113).

  • red value is 7;
  • green value is 209;
  • blue value is 113.
RGB:
(7,209,113)
(3%,82%,44%)

RGB channels and saturation

R 7 of 255 = 3%
G 209 of 255 = 82%
B 113 of 255 = 44%

7
209
113

R + G + B ~ 43%. #07D171 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
7 + 209 + 113 = 329 (100%)
R 7 of 329 ~ 2.13%
G 209 of 329 ~ 63.53%
B 113 of 329 ~ 34.35%

%63.53
%34.35

CMYK color model

#07D171 color CMYK value is (97,0,46,18).

  • cyan value is 96.65%
  • magenta value is 0.00%
  • yellow value is 45.93%
  • key color value is 18.04%
CMYK:
(97,0,46,18)
C97M0Y46K18 
(97%,0%,46%,18%)
(0.97/0.00/0.46/0.18)	

CMYK percentages

%96.65
%0
%45.93
%18.04

Codes

Color #07D171 in popluar color models

07D171
RGB7209113
HSL151°93.52%42.35%
HSB/HSV151°96.65%81.96%
CMYK96.65%0.00%45.93%
18.04%

Color #07D171 in popluar number systems.

HEX07D171
Decimal7209113
Binary111110100011110001
Octal7321161

Shades and tints

Shades of #07D171

#07D171
(7,209,113)
#07BE67
(7,190,103)
#07AB5D
(7,171,93)
#079853
(7,152,83)
#078549
(7,133,73)
#07723F
(7,114,63)
#075F35
(7,95,53)
#074C2B
(7,76,43)
#073921
(7,57,33)
#072617
(7,38,23)
#07130D
(7,19,13)
#000000
(0,0,0)

Tints of #07D171

#07D171
(7,209,113)
#1DD57D
(29,213,125)
#33D989
(51,217,137)
#49DD95
(73,221,149)
#5FE1A1
(95,225,161)
#75E5AD
(117,229,173)
#8BE9B9
(139,233,185)
#A1EDC5
(161,237,197)
#B7F1D1
(183,241,209)
#CDF5DD
(205,245,221)
#E3F9E9
(227,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07D171 color. Also use rgb(7,209,113) instead hex code.

Text Font Color

.myTextColor { color: #07D171; }

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

This text font color is #07D171.


Background Color

.myBgColor { background-color: #07D171; }

<div style="background-color:#07D171">Inner text</div>

This div background color is #07D171.


Border color

.myBorderColor { border: 1px solid #07D171; }

<div style="border:3px solid #07D171">Div</div>

This div border color is #07D171.


Opacity

.myOpacity80 { color: #07D171; opacity: 0.8; }

<p style="color:#07D171;opacity:0.8;">80%</p>

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

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

This text has shadow with #07D171 color.

.textShadow {text-shadow: 3px 3px 1px #07D171, 3px 3px 1px red;}

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

This text has shadow with #07D171 primary color and red secondary color.


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

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

This text has shadow with #07D171 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07D171 on black background.


Color preview on white background

This text has color #07D171 on white background.



Black color preview on #07D171 background

This text has black color on #07D171 background.


White color preview on #07D171 background

This text has white color on #07D171 background.