COLOR #93CA56

HEX: #93CA56 RGB: (147,202,86)

Color info

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

RGB color model

#93CA56 color RGB value is (147,202,86).

RGB: (147,202,86) (58%, 79%, 34%)

RGB channels and saturation

R 147 of 255 = 58%
G 202 of 255 = 79%
B 86 of 255 = 34%

147
202
86

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

Portions of RGB colors in percentages

R + G + B = 147 + 202 + 86 = 435 (100%)
R 147 of 435 ~ 33.79%
G 202 of 435 ~ 46.44%
B 86 of 435 ~ 19.77'%

%33.79
%46.44
%19.77

CMYK color model

#93CA56 color CMYK value is (27,0,57,21).

  • cyan value is 27.23%
  • magenta value is 0.00%
  • yellow value is 57.43%
  • key color value is 20.78%
CMYK: (27,0,57,21) C27M0Y57K21 (27%,0%,57%,21%) (0.27/0.00/0.57/0.21) 

CMYK percentages

%27.23
%0
%57.43
%20.78

Codes

Color #93CA56 in popluar color models

93 CA 56
RGB 147 202 86
HSL 88° 52.25% 56.47%
HSB/HSV 88° 57.43% 79.22%
CMYK 27.23% 0.00% 57.43%
20.78%

Color #93CA56 in popluar number systems.

HEX 93 CA 56
Decimal 147 202 86
Binary 10010011 11001010 1010110
Octal 223 312 126

Shades and tints

Shades of #93CA56

#93CA56
(147,202,86)
#86B84F
(134,184,79)
#79A648
(121,166,72)
#6C9441
(108,148,65)
#5F823A
(95,130,58)
#527033
(82,112,51)
#455E2C
(69,94,44)
#384C25
(56,76,37)
#2B3A1E
(43,58,30)
#1E2817
(30,40,23)
#111610
(17,22,16)
#000000
(0,0,0)

Tints of #93CA56

#93CA56
(147,202,86)
#9CCE65
(156,206,101)
#A5D274
(165,210,116)
#AED683
(174,214,131)
#B7DA92
(183,218,146)
#C0DEA1
(192,222,161)
#C9E2B0
(201,226,176)
#D2E6BF
(210,230,191)
#DBEACE
(219,234,206)
#E4EEDD
(228,238,221)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93CA56 color. Also use rgb(147,202,86) instead hex code.

Text Font Color

.myTextColor { color: #93CA56; }

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

This text font color is #93CA56.

Background Color

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

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

This div background color is #93CA56.

Border color

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

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

This div border color is #93CA56.

Opacity

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

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

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

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

This text has shadow with #93CA56 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93CA56.

Preview

Color preview on black background

This text has color #93CA56 on black background.


Color preview on white background

This text has color #93CA56 on white background.


Black color preview on #93CA56 background

This text has black color on #93CA56 background.


White color preview on #93CA56 background

This text has white color on #93CA56 background.


Related colors

Complementary color

Complementary color for #hex is #6C35A9.


I love getcolorcode.com

Triadic colors

1 #5693CA and #CA5693 with #93CA56 are triadic colors.

2 #56CA93 and #CA9356 with #93CA56 are triadic colors.