COLOR #07F478

HEX: #07F478
RGB: (7,244,120)

Color info

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

RGB color model

#07F478 color RGB value is (7,244,120).

  • red value is 7;
  • green value is 244;
  • blue value is 120.
RGB:
(7,244,120)
(3%,96%,47%)

RGB channels and saturation

R 7 of 255 = 3%
G 244 of 255 = 96%
B 120 of 255 = 47%

7
244
120

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

Portions of RGB colors in percentages

R + G + B =
7 + 244 + 120 = 371 (100%)
R 7 of 371 ~ 1.89%
G 244 of 371 ~ 65.77%
B 120 of 371 ~ 32.35%

%65.77
%32.35

CMYK color model

#07F478 color CMYK value is (97,0,51,4).

  • cyan value is 97.13%
  • magenta value is 0.00%
  • yellow value is 50.82%
  • key color value is 4.31%
CMYK:
(97,0,51,4)
C97M0Y51K4 
(97%,0%,51%,4%)
(0.97/0.00/0.51/0.04)	

CMYK percentages

%97.13
%0
%50.82
%4.31

Codes

Color #07F478 in popluar color models

07F478
RGB7244120
HSL149°94.42%49.22%
HSB/HSV149°97.13%95.69%
CMYK97.13%0.00%50.82%
4.31%

Color #07F478 in popluar number systems.

HEX07F478
Decimal7244120
Binary111111101001111000
Octal7364170

Shades and tints

Shades of #07F478

#07F478
(7,244,120)
#07DE6E
(7,222,110)
#07C864
(7,200,100)
#07B25A
(7,178,90)
#079C50
(7,156,80)
#078646
(7,134,70)
#07703C
(7,112,60)
#075A32
(7,90,50)
#074428
(7,68,40)
#072E1E
(7,46,30)
#071814
(7,24,20)
#000000
(0,0,0)

Tints of #07F478

#07F478
(7,244,120)
#1DF584
(29,245,132)
#33F690
(51,246,144)
#49F79C
(73,247,156)
#5FF8A8
(95,248,168)
#75F9B4
(117,249,180)
#8BFAC0
(139,250,192)
#A1FBCC
(161,251,204)
#B7FCD8
(183,252,216)
#CDFDE4
(205,253,228)
#E3FEF0
(227,254,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07F478 color. Also use rgb(7,244,120) instead hex code.

Text Font Color

.myTextColor { color: #07F478; }

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

This text font color is #07F478.


Background Color

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

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

This div background color is #07F478.


Border color

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

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

This div border color is #07F478.


Opacity

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

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

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

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

This text has shadow with #07F478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07F478 on black background.


Color preview on white background

This text has color #07F478 on white background.



Black color preview on #07F478 background

This text has black color on #07F478 background.


White color preview on #07F478 background

This text has white color on #07F478 background.