COLOR #07EF8F

HEX: #07EF8F
RGB: (7,239,143)

Color info

#07EF8F contains mainly green color. Web safe color of #07EF8F is #00FF99 (or #0F9).

RGB color model

#07EF8F color RGB value is (7,239,143).

  • red value is 7;
  • green value is 239;
  • blue value is 143.
RGB: (7,239,143) (3%,94%,56%)

RGB channels and saturation

R 7 of 255 = 3%
G 239 of 255 = 94%
B 143 of 255 = 56%

7
239
143

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

Portions of RGB colors in percentages

R + G + B =
7 + 239 + 143 = 389 (100%)
R 7 of 389 ~ 1.8%
G 239 of 389 ~ 61.44%
B 143 of 389 ~ 36.76%

%61.44
%36.76

CMYK color model

#07EF8F color CMYK value is (97,0,40,6).

  • cyan value is 97.07%
  • magenta value is 0.00%
  • yellow value is 40.17%
  • key color value is 6.27%
CMYK: (97,0,40,6) C97M0Y40K6 (97%,0%,40%,6%) (0.97/0.00/0.40/0.06)

CMYK percentages

%97.07
%0
%40.17
%6.27

Codes

Color #07EF8F in popluar color models

07EF8F
RGB7239143
HSL155°94.31%48.24%
HSB/HSV155°97.07%93.73%
CMYK97.07%0.00%40.17%
6.27%

Color #07EF8F in popluar number systems.

HEX07EF8F
Decimal7239143
Binary1111110111110001111
Octal7357217

Shades and tints

Shades of #07EF8F

#07EF8F
(7,239,143)
#07DA82
(7,218,130)
#07C575
(7,197,117)
#07B068
(7,176,104)
#079B5B
(7,155,91)
#07864E
(7,134,78)
#077141
(7,113,65)
#075C34
(7,92,52)
#074727
(7,71,39)
#07321A
(7,50,26)
#071D0D
(7,29,13)
#000000
(0,0,0)

Tints of #07EF8F

#07EF8F
(7,239,143)
#1DF099
(29,240,153)
#33F1A3
(51,241,163)
#49F2AD
(73,242,173)
#5FF3B7
(95,243,183)
#75F4C1
(117,244,193)
#8BF5CB
(139,245,203)
#A1F6D5
(161,246,213)
#B7F7DF
(183,247,223)
#CDF8E9
(205,248,233)
#E3F9F3
(227,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07EF8F color. Also use rgb(7,239,143) instead hex code.

Text Font Color

.myTextColor { color: #07EF8F; }

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

This text font color is #07EF8F.


Background Color

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

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

This div background color is #07EF8F.


Border color

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

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

This div border color is #07EF8F.


Opacity

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

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

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

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

This text has shadow with #07EF8F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #07EF8F on black background.


Color preview on white background

This text has color #07EF8F on white background.



Black color preview on #07EF8F background

This text has black color on #07EF8F background.


White color preview on #07EF8F background

This text has white color on #07EF8F background.