COLOR #07FF91

HEX: #07FF91
RGB: (7,255,145)

Color info

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

RGB color model

#07FF91 color RGB value is (7,255,145).

  • red value is 7;
  • green value is 255;
  • blue value is 145.
RGB:
(7,255,145)
(3%,100%,57%)

RGB channels and saturation

R 7 of 255 = 3%
G 255 of 255 = 100%
B 145 of 255 = 57%

7
255
145

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

Portions of RGB colors in percentages

R + G + B =
7 + 255 + 145 = 407 (100%)
R 7 of 407 ~ 1.72%
G 255 of 407 ~ 62.65%
B 145 of 407 ~ 35.63%

%62.65
%35.63

CMYK color model

#07FF91 color CMYK value is (97,0,43,0).

  • cyan value is 97.25%
  • magenta value is 0.00%
  • yellow value is 43.14%
  • key color value is 0.00%
CMYK:
(97,0,43,0)
C97M0Y43K0 
(97%,0%,43%,0%)
(0.97/0.00/0.43/0.00)	

CMYK percentages

%97.25
%0
%43.14
%0

Codes

Color #07FF91 in popluar color models

07FF91
RGB7255145
HSL153°100.00%51.37%
HSB/HSV153°97.25%100.00%
CMYK97.25%0.00%43.14%
0.00%

Color #07FF91 in popluar number systems.

HEX07FF91
Decimal7255145
Binary1111111111110010001
Octal7377221

Shades and tints

Shades of #07FF91

#07FF91
(7,255,145)
#07E884
(7,232,132)
#07D177
(7,209,119)
#07BA6A
(7,186,106)
#07A35D
(7,163,93)
#078C50
(7,140,80)
#077543
(7,117,67)
#075E36
(7,94,54)
#074729
(7,71,41)
#07301C
(7,48,28)
#07190F
(7,25,15)
#000000
(0,0,0)

Tints of #07FF91

#07FF91
(7,255,145)
#1DFF9B
(29,255,155)
#33FFA5
(51,255,165)
#49FFAF
(73,255,175)
#5FFFB9
(95,255,185)
#75FFC3
(117,255,195)
#8BFFCD
(139,255,205)
#A1FFD7
(161,255,215)
#B7FFE1
(183,255,225)
#CDFFEB
(205,255,235)
#E3FFF5
(227,255,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07FF91 color. Also use rgb(7,255,145) instead hex code.

Text Font Color

.myTextColor { color: #07FF91; }

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

This text font color is #07FF91.


Background Color

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

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

This div background color is #07FF91.


Border color

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

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

This div border color is #07FF91.


Opacity

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

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

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

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

This text has shadow with #07FF91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07FF91 on black background.


Color preview on white background

This text has color #07FF91 on white background.



Black color preview on #07FF91 background

This text has black color on #07FF91 background.


White color preview on #07FF91 background

This text has white color on #07FF91 background.