COLOR #93C719

HEX: #93C719
RGB: (147,199,25)

Color info

#93C719 contains mainly red and green colors. Web safe color of #93C719 is #99CC00 (or #9C0).

RGB color model

#93C719 color RGB value is (147,199,25).

  • red value is 147;
  • green value is 199;
  • blue value is 25.
RGB:
(147,199,25)
(58%,78%,10%)

RGB channels and saturation

R 147 of 255 = 58%
G 199 of 255 = 78%
B 25 of 255 = 10%

147
199
25

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

Portions of RGB colors in percentages

R + G + B =
147 + 199 + 25 = 371 (100%)
R 147 of 371 ~ 39.62%
G 199 of 371 ~ 53.64%
B 25 of 371 ~ 6.74%

%39.62
%53.64

CMYK color model

#93C719 color CMYK value is (26,0,87,22).

  • cyan value is 26.13%
  • magenta value is 0.00%
  • yellow value is 87.44%
  • key color value is 21.96%
CMYK:
(26,0,87,22)
C26M0Y87K22 
(26%,0%,87%,22%)
(0.26/0.00/0.87/0.22)	

CMYK percentages

%26.13
%0
%87.44
%21.96

Codes

Color #93C719 in popluar color models

93C719
RGB14719925
HSL78°77.68%43.92%
HSB/HSV78°87.44%78.04%
CMYK26.13%0.00%87.44%
21.96%

Color #93C719 in popluar number systems.

HEX93C719
Decimal14719925
Binary100100111100011111001
Octal22330731

Shades and tints

Shades of #93C719

#93C719
(147,199,25)
#86B517
(134,181,23)
#79A315
(121,163,21)
#6C9113
(108,145,19)
#5F7F11
(95,127,17)
#526D0F
(82,109,15)
#455B0D
(69,91,13)
#38490B
(56,73,11)
#2B3709
(43,55,9)
#1E2507
(30,37,7)
#111305
(17,19,5)
#000000
(0,0,0)

Tints of #93C719

#93C719
(147,199,25)
#9CCC2D
(156,204,45)
#A5D141
(165,209,65)
#AED655
(174,214,85)
#B7DB69
(183,219,105)
#C0E07D
(192,224,125)
#C9E591
(201,229,145)
#D2EAA5
(210,234,165)
#DBEFB9
(219,239,185)
#E4F4CD
(228,244,205)
#EDF9E1
(237,249,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93C719 color. Also use rgb(147,199,25) instead hex code.

Text Font Color

.myTextColor { color: #93C719; }

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

This text font color is #93C719.


Background Color

.myBgColor { background-color: #93C719; }

<div style="background-color:#93C719">Inner text</div>

This div background color is #93C719.


Border color

.myBorderColor { border: 1px solid #93C719; }

<div style="border:3px solid #93C719">Div</div>

This div border color is #93C719.


Opacity

.myOpacity80 { color: #93C719; opacity: 0.8; }

<p style="color:#93C719;opacity:0.8;">80%</p>

Text with #93C719 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 #93C719;}

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

This text has shadow with #93C719 color.

.textShadow {text-shadow: 3px 3px 1px #93C719, 3px 3px 1px red;}

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

This text has shadow with #93C719 primary color and red secondary color.


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

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

This text has shadow with #93C719 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C719 on black background.


Color preview on white background

This text has color #93C719 on white background.



Black color preview on #93C719 background

This text has black color on #93C719 background.


White color preview on #93C719 background

This text has white color on #93C719 background.