COLOR #13FB73

HEX: #13FB73
RGB: (19,251,115)

Color info

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

RGB color model

#13FB73 color RGB value is (19,251,115).

  • red value is 19;
  • green value is 251;
  • blue value is 115.
RGB:
(19,251,115)
(7%,98%,45%)

RGB channels and saturation

R 19 of 255 = 7%
G 251 of 255 = 98%
B 115 of 255 = 45%

19
251
115

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

Portions of RGB colors in percentages

R + G + B =
19 + 251 + 115 = 385 (100%)
R 19 of 385 ~ 4.94%
G 251 of 385 ~ 65.19%
B 115 of 385 ~ 29.87%

%65.19
%29.87

CMYK color model

#13FB73 color CMYK value is (92,0,54,2).

  • cyan value is 92.43%
  • magenta value is 0.00%
  • yellow value is 54.18%
  • key color value is 1.57%
CMYK:
(92,0,54,2)
C92M0Y54K2 
(92%,0%,54%,2%)
(0.92/0.00/0.54/0.02)	

CMYK percentages

%92.43
%0
%54.18
%1.57

Codes

Color #13FB73 in popluar color models

13FB73
RGB19251115
HSL145°96.67%52.94%
HSB/HSV145°92.43%98.43%
CMYK92.43%0.00%54.18%
1.57%

Color #13FB73 in popluar number systems.

HEX13FB73
Decimal19251115
Binary10011111110111110011
Octal23373163

Shades and tints

Shades of #13FB73

#13FB73
(19,251,115)
#12E569
(18,229,105)
#11CF5F
(17,207,95)
#10B955
(16,185,85)
#0FA34B
(15,163,75)
#0E8D41
(14,141,65)
#0D7737
(13,119,55)
#0C612D
(12,97,45)
#0B4B23
(11,75,35)
#0A3519
(10,53,25)
#091F0F
(9,31,15)
#000000
(0,0,0)

Tints of #13FB73

#13FB73
(19,251,115)
#28FB7F
(40,251,127)
#3DFB8B
(61,251,139)
#52FB97
(82,251,151)
#67FBA3
(103,251,163)
#7CFBAF
(124,251,175)
#91FBBB
(145,251,187)
#A6FBC7
(166,251,199)
#BBFBD3
(187,251,211)
#D0FBDF
(208,251,223)
#E5FBEB
(229,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13FB73 color. Also use rgb(19,251,115) instead hex code.

Text Font Color

.myTextColor { color: #13FB73; }

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

This text font color is #13FB73.


Background Color

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

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

This div background color is #13FB73.


Border color

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

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

This div border color is #13FB73.


Opacity

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

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

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

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

This text has shadow with #13FB73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13FB73 on black background.


Color preview on white background

This text has color #13FB73 on white background.



Black color preview on #13FB73 background

This text has black color on #13FB73 background.


White color preview on #13FB73 background

This text has white color on #13FB73 background.