COLOR #07E561

HEX: #07E561
RGB: (7,229,97)

Color info

#07E561 contains mainly green color. Web safe color of #07E561 is #00CC66 (or #0C6).

RGB color model

#07E561 color RGB value is (7,229,97).

  • red value is 7;
  • green value is 229;
  • blue value is 97.
RGB:
(7,229,97)
(3%,90%,38%)

RGB channels and saturation

R 7 of 255 = 3%
G 229 of 255 = 90%
B 97 of 255 = 38%

7
229
97

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

Portions of RGB colors in percentages

R + G + B =
7 + 229 + 97 = 333 (100%)
R 7 of 333 ~ 2.1%
G 229 of 333 ~ 68.77%
B 97 of 333 ~ 29.13%

%68.77
%29.13

CMYK color model

#07E561 color CMYK value is (97,0,58,10).

  • cyan value is 96.94%
  • magenta value is 0.00%
  • yellow value is 57.64%
  • key color value is 10.20%
CMYK:
(97,0,58,10)
C97M0Y58K10 
(97%,0%,58%,10%)
(0.97/0.00/0.58/0.10)	

CMYK percentages

%96.94
%0
%57.64
%10.2

Codes

Color #07E561 in popluar color models

07E561
RGB722997
HSL144°94.07%46.27%
HSB/HSV144°96.94%89.80%
CMYK96.94%0.00%57.64%
10.20%

Color #07E561 in popluar number systems.

HEX07E561
Decimal722997
Binary111111001011100001
Octal7345141

Shades and tints

Shades of #07E561

#07E561
(7,229,97)
#07D159
(7,209,89)
#07BD51
(7,189,81)
#07A949
(7,169,73)
#079541
(7,149,65)
#078139
(7,129,57)
#076D31
(7,109,49)
#075929
(7,89,41)
#074521
(7,69,33)
#073119
(7,49,25)
#071D11
(7,29,17)
#000000
(0,0,0)

Tints of #07E561

#07E561
(7,229,97)
#1DE76F
(29,231,111)
#33E97D
(51,233,125)
#49EB8B
(73,235,139)
#5FED99
(95,237,153)
#75EFA7
(117,239,167)
#8BF1B5
(139,241,181)
#A1F3C3
(161,243,195)
#B7F5D1
(183,245,209)
#CDF7DF
(205,247,223)
#E3F9ED
(227,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07E561 color. Also use rgb(7,229,97) instead hex code.

Text Font Color

.myTextColor { color: #07E561; }

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

This text font color is #07E561.


Background Color

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

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

This div background color is #07E561.


Border color

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

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

This div border color is #07E561.


Opacity

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

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

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

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

This text has shadow with #07E561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07E561 on black background.


Color preview on white background

This text has color #07E561 on white background.



Black color preview on #07E561 background

This text has black color on #07E561 background.


White color preview on #07E561 background

This text has white color on #07E561 background.