COLOR #93CB70

HEX: #93CB70
RGB: (147,203,112)

Color info

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

RGB color model

#93CB70 color RGB value is (147,203,112).

  • red value is 147;
  • green value is 203;
  • blue value is 112.
RGB:
(147,203,112)
(58%,80%,44%)

RGB channels and saturation

R 147 of 255 = 58%
G 203 of 255 = 80%
B 112 of 255 = 44%

147
203
112

R + G + B ~ 61%. #93CB70 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 203 + 112 = 462 (100%)
R 147 of 462 ~ 31.82%
G 203 of 462 ~ 43.94%
B 112 of 462 ~ 24.24%

%31.82
%43.94
%24.24

CMYK color model

#93CB70 color CMYK value is (28,0,45,20).

  • cyan value is 27.59%
  • magenta value is 0.00%
  • yellow value is 44.83%
  • key color value is 20.39%
CMYK:
(28,0,45,20)
C28M0Y45K20 
(28%,0%,45%,20%)
(0.28/0.00/0.45/0.20)	

CMYK percentages

%27.59
%0
%44.83
%20.39

Codes

Color #93CB70 in popluar color models

93CB70
RGB147203112
HSL97°46.67%61.76%
HSB/HSV97°44.83%79.61%
CMYK27.59%0.00%44.83%
20.39%

Color #93CB70 in popluar number systems.

HEX93CB70
Decimal147203112
Binary10010011110010111110000
Octal223313160

Shades and tints

Shades of #93CB70

#93CB70
(147,203,112)
#86B966
(134,185,102)
#79A75C
(121,167,92)
#6C9552
(108,149,82)
#5F8348
(95,131,72)
#52713E
(82,113,62)
#455F34
(69,95,52)
#384D2A
(56,77,42)
#2B3B20
(43,59,32)
#1E2916
(30,41,22)
#11170C
(17,23,12)
#000000
(0,0,0)

Tints of #93CB70

#93CB70
(147,203,112)
#9CCF7D
(156,207,125)
#A5D38A
(165,211,138)
#AED797
(174,215,151)
#B7DBA4
(183,219,164)
#C0DFB1
(192,223,177)
#C9E3BE
(201,227,190)
#D2E7CB
(210,231,203)
#DBEBD8
(219,235,216)
#E4EFE5
(228,239,229)
#EDF3F2
(237,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93CB70 color. Also use rgb(147,203,112) instead hex code.

Text Font Color

.myTextColor { color: #93CB70; }

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

This text font color is #93CB70.


Background Color

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

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

This div background color is #93CB70.


Border color

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

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

This div border color is #93CB70.


Opacity

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

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

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

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

This text has shadow with #93CB70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93CB70 on black background.


Color preview on white background

This text has color #93CB70 on white background.



Black color preview on #93CB70 background

This text has black color on #93CB70 background.


White color preview on #93CB70 background

This text has white color on #93CB70 background.