COLOR #8CC553

HEX: #8CC553 RGB: (140,197,83)

Color info

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

RGB color model

#8CC553 color RGB value is (140,197,83).

RGB: (140,197,83) (55%, 77%, 33%)

RGB channels and saturation

R 140 of 255 = 55%
G 197 of 255 = 77%
B 83 of 255 = 33%

140
197
83

R + G + B ~ 55%. #8CC553 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 140 + 197 + 83 = 420 (100%)
R 140 of 420 ~ 33.33%
G 197 of 420 ~ 46.9%
B 83 of 420 ~ 19.76'%

%33.33
%46.9
%19.76

CMYK color model

#8CC553 color CMYK value is (29,0,58,23).

  • cyan value is 28.93%
  • magenta value is 0.00%
  • yellow value is 57.87%
  • key color value is 22.75%

CMYK: (29,0,58,23)
C29M0Y58K23 (29%, 0%, 58%, 23%)
(0.29 / 0.00 / 0.58 / 0.23)

CMYK percentages

%28.93
%0
%57.87
%22.75

Codes

Color #8CC553 in popluar color models

8C C5 53
RGB 140 197 83
HSL 90° 49.57% 54.90%
HSB/HSV 90° 57.87% 77.25%
CMYK 28.93% 0.00% 57.87%
22.75%

Color #8CC553 in popluar number systems.

HEX 8C C5 53
Decimal 140 197 83
Binary 10001100 11000101 1010011
Octal 214 305 123

Shades and tints

Shades of #8CC553

#8CC553
(140,197,83)
#80B44C
(128,180,76)
#74A345
(116,163,69)
#68923E
(104,146,62)
#5C8137
(92,129,55)
#507030
(80,112,48)
#445F29
(68,95,41)
#384E22
(56,78,34)
#2C3D1B
(44,61,27)
#202C14
(32,44,20)
#141B0D
(20,27,13)
#000000
(0,0,0)

Tints of #8CC553

#8CC553
(140,197,83)
#96CA62
(150,202,98)
#A0CF71
(160,207,113)
#AAD480
(170,212,128)
#B4D98F
(180,217,143)
#BEDE9E
(190,222,158)
#C8E3AD
(200,227,173)
#D2E8BC
(210,232,188)
#DCEDCB
(220,237,203)
#E6F2DA
(230,242,218)
#F0F7E9
(240,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CC553 color. Also use rgb(140,197,83) instead hex code.

Text Font Color

.myTextColor { color: #8CC553; }

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

This text font color is #8CC553.

Background Color

.myBgColor { background-color: #8CC553; }

<div style="background-color:#8CC553">Inner text</div>

This div background color is #8CC553.

Border color

.myBorderColor { border: 1px solid #8CC553; }

<div style="border:3px solid #8CC553">Div</div>

This div border color is #8CC553.

Opacity

.myOpacity80 { color: #8CC553; opacity: 0.8; }

<p style="color:#8CC553;opacity:0.8;">80%</p>

Text with #8CC553 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 #8CC553;}

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

This text has shadow with #8CC553 color.


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

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

This text has shadow with #8CC553 primary color and red secondary color.


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

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

This text has shadow with #8CC553 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8CC553.

Preview

Color preview on black background

This text has color #8CC553 on black background.


Color preview on white background

This text has color #8CC553 on white background.


Black color preview on #8CC553 background

This text has black color on #8CC553 background.


White color preview on #8CC553 background

This text has white color on #8CC553 background.


Related colors

Complementary color

Complementary color for #hex is #733AAC.


I love getcolorcode.com

Triadic colors

1 #538CC5 and #C5538C with #8CC553 are triadic colors.

2 #53C58C and #C58C53 with #8CC553 are triadic colors.