COLOR #00F071

HEX: #00F071
RGB: (0,240,113)

Color info

#00F071 contains mainly green color. Web safe color of #00F071 is #00FF66 (or #0F6).

RGB color model

#00F071 color RGB value is (0,240,113).

  • red value is 0;
  • green value is 240;
  • blue value is 113.
RGB:
(0,240,113)
(0%,94%,44%)

RGB channels and saturation

R 0 of 255 = 0%
G 240 of 255 = 94%
B 113 of 255 = 44%

0
240
113

R + G + B ~ 46%. #00F071 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 240 + 113 = 353 (100%)
R 0 of 353 ~ 0%
G 240 of 353 ~ 67.99%
B 113 of 353 ~ 32.01%

%67.99
%32.01

CMYK color model

#00F071 color CMYK value is (100,0,53,6).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 52.92%
  • key color value is 5.88%
CMYK:
(100,0,53,6)
C100M0Y53K6 
(100%,0%,53%,6%)
(1.00/0.00/0.53/0.06)	

CMYK percentages

%100
%0
%52.92
%5.88

Codes

Color #00F071 in popluar color models

00F071
RGB0240113
HSL148°100.00%47.06%
HSB/HSV148°100.00%94.12%
CMYK100.00%0.00%52.92%
5.88%

Color #00F071 in popluar number systems.

HEX00F071
Decimal0240113
Binary0111100001110001
Octal0360161

Shades and tints

Shades of #00F071

#00F071
(0,240,113)
#00DB67
(0,219,103)
#00C65D
(0,198,93)
#00B153
(0,177,83)
#009C49
(0,156,73)
#00873F
(0,135,63)
#007235
(0,114,53)
#005D2B
(0,93,43)
#004821
(0,72,33)
#003317
(0,51,23)
#001E0D
(0,30,13)
#000000
(0,0,0)

Tints of #00F071

#00F071
(0,240,113)
#17F17D
(23,241,125)
#2EF289
(46,242,137)
#45F395
(69,243,149)
#5CF4A1
(92,244,161)
#73F5AD
(115,245,173)
#8AF6B9
(138,246,185)
#A1F7C5
(161,247,197)
#B8F8D1
(184,248,209)
#CFF9DD
(207,249,221)
#E6FAE9
(230,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00F071 color. Also use rgb(0,240,113) instead hex code.

Text Font Color

.myTextColor { color: #00F071; }

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

This text font color is #00F071.


Background Color

.myBgColor { background-color: #00F071; }

<div style="background-color:#00F071">Inner text</div>

This div background color is #00F071.


Border color

.myBorderColor { border: 1px solid #00F071; }

<div style="border:3px solid #00F071">Div</div>

This div border color is #00F071.


Opacity

.myOpacity80 { color: #00F071; opacity: 0.8; }

<p style="color:#00F071;opacity:0.8;">80%</p>

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

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

This text has shadow with #00F071 color.

.textShadow {text-shadow: 3px 3px 1px #00F071, 3px 3px 1px red;}

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

This text has shadow with #00F071 primary color and red secondary color.


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

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

This text has shadow with #00F071 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00F071 on black background.


Color preview on white background

This text has color #00F071 on white background.



Black color preview on #00F071 background

This text has black color on #00F071 background.


White color preview on #00F071 background

This text has white color on #00F071 background.