COLOR #07DA53

HEX: #07DA53
RGB: (7,218,83)

Color info

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

RGB color model

#07DA53 color RGB value is (7,218,83).

  • red value is 7;
  • green value is 218;
  • blue value is 83.
RGB:
(7,218,83)
(3%,85%,33%)

RGB channels and saturation

R 7 of 255 = 3%
G 218 of 255 = 85%
B 83 of 255 = 33%

7
218
83

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

Portions of RGB colors in percentages

R + G + B =
7 + 218 + 83 = 308 (100%)
R 7 of 308 ~ 2.27%
G 218 of 308 ~ 70.78%
B 83 of 308 ~ 26.95%

%70.78
%26.95

CMYK color model

#07DA53 color CMYK value is (97,0,62,15).

  • cyan value is 96.79%
  • magenta value is 0.00%
  • yellow value is 61.93%
  • key color value is 14.51%
CMYK:
(97,0,62,15)
C97M0Y62K15 
(97%,0%,62%,15%)
(0.97/0.00/0.62/0.15)	

CMYK percentages

%96.79
%0
%61.93
%14.51

Codes

Color #07DA53 in popluar color models

07DA53
RGB721883
HSL142°93.78%44.12%
HSB/HSV142°96.79%85.49%
CMYK96.79%0.00%61.93%
14.51%

Color #07DA53 in popluar number systems.

HEX07DA53
Decimal721883
Binary111110110101010011
Octal7332123

Shades and tints

Shades of #07DA53

#07DA53
(7,218,83)
#07C74C
(7,199,76)
#07B445
(7,180,69)
#07A13E
(7,161,62)
#078E37
(7,142,55)
#077B30
(7,123,48)
#076829
(7,104,41)
#075522
(7,85,34)
#07421B
(7,66,27)
#072F14
(7,47,20)
#071C0D
(7,28,13)
#000000
(0,0,0)

Tints of #07DA53

#07DA53
(7,218,83)
#1DDD62
(29,221,98)
#33E071
(51,224,113)
#49E380
(73,227,128)
#5FE68F
(95,230,143)
#75E99E
(117,233,158)
#8BECAD
(139,236,173)
#A1EFBC
(161,239,188)
#B7F2CB
(183,242,203)
#CDF5DA
(205,245,218)
#E3F8E9
(227,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07DA53 color. Also use rgb(7,218,83) instead hex code.

Text Font Color

.myTextColor { color: #07DA53; }

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

This text font color is #07DA53.


Background Color

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

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

This div background color is #07DA53.


Border color

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

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

This div border color is #07DA53.


Opacity

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

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

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

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

This text has shadow with #07DA53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07DA53 on black background.


Color preview on white background

This text has color #07DA53 on white background.



Black color preview on #07DA53 background

This text has black color on #07DA53 background.


White color preview on #07DA53 background

This text has white color on #07DA53 background.