COLOR #93C25B

HEX: #93C25B
RGB: (147,194,91)

Color info

#93C25B contains mainly red and green colors. Web safe color of #93C25B is #99CC66 (or #9C6).

RGB color model

#93C25B color RGB value is (147,194,91).

  • red value is 147;
  • green value is 194;
  • blue value is 91.
RGB:
(147,194,91)
(58%,76%,36%)

RGB channels and saturation

R 147 of 255 = 58%
G 194 of 255 = 76%
B 91 of 255 = 36%

147
194
91

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

Portions of RGB colors in percentages

R + G + B =
147 + 194 + 91 = 432 (100%)
R 147 of 432 ~ 34.03%
G 194 of 432 ~ 44.91%
B 91 of 432 ~ 21.06%

%34.03
%44.91
%21.06

CMYK color model

#93C25B color CMYK value is (24,0,53,24).

  • cyan value is 24.23%
  • magenta value is 0.00%
  • yellow value is 53.09%
  • key color value is 23.92%
CMYK:
(24,0,53,24)
C24M0Y53K24 
(24%,0%,53%,24%)
(0.24/0.00/0.53/0.24)	

CMYK percentages

%24.23
%0
%53.09
%23.92

Codes

Color #93C25B in popluar color models

93C25B
RGB14719491
HSL87°45.78%55.88%
HSB/HSV87°53.09%76.08%
CMYK24.23%0.00%53.09%
23.92%

Color #93C25B in popluar number systems.

HEX93C25B
Decimal14719491
Binary10010011110000101011011
Octal223302133

Shades and tints

Shades of #93C25B

#93C25B
(147,194,91)
#86B153
(134,177,83)
#79A04B
(121,160,75)
#6C8F43
(108,143,67)
#5F7E3B
(95,126,59)
#526D33
(82,109,51)
#455C2B
(69,92,43)
#384B23
(56,75,35)
#2B3A1B
(43,58,27)
#1E2913
(30,41,19)
#11180B
(17,24,11)
#000000
(0,0,0)

Tints of #93C25B

#93C25B
(147,194,91)
#9CC769
(156,199,105)
#A5CC77
(165,204,119)
#AED185
(174,209,133)
#B7D693
(183,214,147)
#C0DBA1
(192,219,161)
#C9E0AF
(201,224,175)
#D2E5BD
(210,229,189)
#DBEACB
(219,234,203)
#E4EFD9
(228,239,217)
#EDF4E7
(237,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93C25B color. Also use rgb(147,194,91) instead hex code.

Text Font Color

.myTextColor { color: #93C25B; }

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

This text font color is #93C25B.


Background Color

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

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

This div background color is #93C25B.


Border color

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

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

This div border color is #93C25B.


Opacity

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

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

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

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

This text has shadow with #93C25B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C25B on black background.


Color preview on white background

This text has color #93C25B on white background.



Black color preview on #93C25B background

This text has black color on #93C25B background.


White color preview on #93C25B background

This text has white color on #93C25B background.