COLOR #07D390

HEX: #07D390
RGB: (7,211,144)

Color info

#07D390 contains mainly green color. Web safe color of #07D390 is #00CC99 (or #0C9).

RGB color model

#07D390 color RGB value is (7,211,144).

  • red value is 7;
  • green value is 211;
  • blue value is 144.
RGB:
(7,211,144)
(3%,83%,56%)

RGB channels and saturation

R 7 of 255 = 3%
G 211 of 255 = 83%
B 144 of 255 = 56%

7
211
144

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

Portions of RGB colors in percentages

R + G + B =
7 + 211 + 144 = 362 (100%)
R 7 of 362 ~ 1.93%
G 211 of 362 ~ 58.29%
B 144 of 362 ~ 39.78%

%58.29
%39.78

CMYK color model

#07D390 color CMYK value is (97,0,32,17).

  • cyan value is 96.68%
  • magenta value is 0.00%
  • yellow value is 31.75%
  • key color value is 17.25%
CMYK:
(97,0,32,17)
C97M0Y32K17 
(97%,0%,32%,17%)
(0.97/0.00/0.32/0.17)	

CMYK percentages

%96.68
%0
%31.75
%17.25

Codes

Color #07D390 in popluar color models

07D390
RGB7211144
HSL160°93.58%42.75%
HSB/HSV160°96.68%82.75%
CMYK96.68%0.00%31.75%
17.25%

Color #07D390 in popluar number systems.

HEX07D390
Decimal7211144
Binary1111101001110010000
Octal7323220

Shades and tints

Shades of #07D390

#07D390
(7,211,144)
#07C083
(7,192,131)
#07AD76
(7,173,118)
#079A69
(7,154,105)
#07875C
(7,135,92)
#07744F
(7,116,79)
#076142
(7,97,66)
#074E35
(7,78,53)
#073B28
(7,59,40)
#07281B
(7,40,27)
#07150E
(7,21,14)
#000000
(0,0,0)

Tints of #07D390

#07D390
(7,211,144)
#1DD79A
(29,215,154)
#33DBA4
(51,219,164)
#49DFAE
(73,223,174)
#5FE3B8
(95,227,184)
#75E7C2
(117,231,194)
#8BEBCC
(139,235,204)
#A1EFD6
(161,239,214)
#B7F3E0
(183,243,224)
#CDF7EA
(205,247,234)
#E3FBF4
(227,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07D390 color. Also use rgb(7,211,144) instead hex code.

Text Font Color

.myTextColor { color: #07D390; }

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

This text font color is #07D390.


Background Color

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

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

This div background color is #07D390.


Border color

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

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

This div border color is #07D390.


Opacity

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

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

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

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

This text has shadow with #07D390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07D390 on black background.


Color preview on white background

This text has color #07D390 on white background.



Black color preview on #07D390 background

This text has black color on #07D390 background.


White color preview on #07D390 background

This text has white color on #07D390 background.