COLOR #07FB6F

HEX: #07FB6F
RGB: (7,251,111)

Color info

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

RGB color model

#07FB6F color RGB value is (7,251,111).

  • red value is 7;
  • green value is 251;
  • blue value is 111.
RGB:
(7,251,111)
(3%,98%,44%)

RGB channels and saturation

R 7 of 255 = 3%
G 251 of 255 = 98%
B 111 of 255 = 44%

7
251
111

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

Portions of RGB colors in percentages

R + G + B =
7 + 251 + 111 = 369 (100%)
R 7 of 369 ~ 1.9%
G 251 of 369 ~ 68.02%
B 111 of 369 ~ 30.08%

%68.02
%30.08

CMYK color model

#07FB6F color CMYK value is (97,0,56,2).

  • cyan value is 97.21%
  • magenta value is 0.00%
  • yellow value is 55.78%
  • key color value is 1.57%
CMYK:
(97,0,56,2)
C97M0Y56K2 
(97%,0%,56%,2%)
(0.97/0.00/0.56/0.02)	

CMYK percentages

%97.21
%0
%55.78
%1.57

Codes

Color #07FB6F in popluar color models

07FB6F
RGB7251111
HSL146°96.83%50.59%
HSB/HSV146°97.21%98.43%
CMYK97.21%0.00%55.78%
1.57%

Color #07FB6F in popluar number systems.

HEX07FB6F
Decimal7251111
Binary111111110111101111
Octal7373157

Shades and tints

Shades of #07FB6F

#07FB6F
(7,251,111)
#07E565
(7,229,101)
#07CF5B
(7,207,91)
#07B951
(7,185,81)
#07A347
(7,163,71)
#078D3D
(7,141,61)
#077733
(7,119,51)
#076129
(7,97,41)
#074B1F
(7,75,31)
#073515
(7,53,21)
#071F0B
(7,31,11)
#000000
(0,0,0)

Tints of #07FB6F

#07FB6F
(7,251,111)
#1DFB7C
(29,251,124)
#33FB89
(51,251,137)
#49FB96
(73,251,150)
#5FFBA3
(95,251,163)
#75FBB0
(117,251,176)
#8BFBBD
(139,251,189)
#A1FBCA
(161,251,202)
#B7FBD7
(183,251,215)
#CDFBE4
(205,251,228)
#E3FBF1
(227,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07FB6F color. Also use rgb(7,251,111) instead hex code.

Text Font Color

.myTextColor { color: #07FB6F; }

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

This text font color is #07FB6F.


Background Color

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

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

This div background color is #07FB6F.


Border color

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

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

This div border color is #07FB6F.


Opacity

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

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

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

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

This text has shadow with #07FB6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07FB6F on black background.


Color preview on white background

This text has color #07FB6F on white background.



Black color preview on #07FB6F background

This text has black color on #07FB6F background.


White color preview on #07FB6F background

This text has white color on #07FB6F background.