COLOR #13EF77

HEX: #13EF77
RGB: (19,239,119)

Color info

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

RGB color model

#13EF77 color RGB value is (19,239,119).

  • red value is 19;
  • green value is 239;
  • blue value is 119.
RGB:
(19,239,119)
(7%,94%,47%)

RGB channels and saturation

R 19 of 255 = 7%
G 239 of 255 = 94%
B 119 of 255 = 47%

19
239
119

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

Portions of RGB colors in percentages

R + G + B =
19 + 239 + 119 = 377 (100%)
R 19 of 377 ~ 5.04%
G 239 of 377 ~ 63.4%
B 119 of 377 ~ 31.56%

%63.4
%31.56

CMYK color model

#13EF77 color CMYK value is (92,0,50,6).

  • cyan value is 92.05%
  • magenta value is 0.00%
  • yellow value is 50.21%
  • key color value is 6.27%
CMYK:
(92,0,50,6)
C92M0Y50K6 
(92%,0%,50%,6%)
(0.92/0.00/0.50/0.06)	

CMYK percentages

%92.05
%0
%50.21
%6.27

Codes

Color #13EF77 in popluar color models

13EF77
RGB19239119
HSL147°87.30%50.59%
HSB/HSV147°92.05%93.73%
CMYK92.05%0.00%50.21%
6.27%

Color #13EF77 in popluar number systems.

HEX13EF77
Decimal19239119
Binary10011111011111110111
Octal23357167

Shades and tints

Shades of #13EF77

#13EF77
(19,239,119)
#12DA6D
(18,218,109)
#11C563
(17,197,99)
#10B059
(16,176,89)
#0F9B4F
(15,155,79)
#0E8645
(14,134,69)
#0D713B
(13,113,59)
#0C5C31
(12,92,49)
#0B4727
(11,71,39)
#0A321D
(10,50,29)
#091D13
(9,29,19)
#000000
(0,0,0)

Tints of #13EF77

#13EF77
(19,239,119)
#28F083
(40,240,131)
#3DF18F
(61,241,143)
#52F29B
(82,242,155)
#67F3A7
(103,243,167)
#7CF4B3
(124,244,179)
#91F5BF
(145,245,191)
#A6F6CB
(166,246,203)
#BBF7D7
(187,247,215)
#D0F8E3
(208,248,227)
#E5F9EF
(229,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13EF77 color. Also use rgb(19,239,119) instead hex code.

Text Font Color

.myTextColor { color: #13EF77; }

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

This text font color is #13EF77.


Background Color

.myBgColor { background-color: #13EF77; }

<div style="background-color:#13EF77">Inner text</div>

This div background color is #13EF77.


Border color

.myBorderColor { border: 1px solid #13EF77; }

<div style="border:3px solid #13EF77">Div</div>

This div border color is #13EF77.


Opacity

.myOpacity80 { color: #13EF77; opacity: 0.8; }

<p style="color:#13EF77;opacity:0.8;">80%</p>

Text with #13EF77 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 #13EF77;}

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

This text has shadow with #13EF77 color.

.textShadow {text-shadow: 3px 3px 1px #13EF77, 3px 3px 1px red;}

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

This text has shadow with #13EF77 primary color and red secondary color.


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

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

This text has shadow with #13EF77 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13EF77 on black background.


Color preview on white background

This text has color #13EF77 on white background.



Black color preview on #13EF77 background

This text has black color on #13EF77 background.


White color preview on #13EF77 background

This text has white color on #13EF77 background.