COLOR #7CC163

HEX: #7CC163 RGB: (124,193,99)

Color info

#7CC163 contains mainly green color. Web safe color of #7CC163 is #66CC66 (or #6C6).

RGB color model

#7CC163 color RGB value is (124,193,99).

RGB: (124,193,99) (49%, 76%, 39%)

RGB channels and saturation

R 124 of 255 = 49%
G 193 of 255 = 76%
B 99 of 255 = 39%

124
193
99

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

Portions of RGB colors in percentages

R + G + B = 124 + 193 + 99 = 416 (100%)
R 124 of 416 ~ 29.81%
G 193 of 416 ~ 46.39%
B 99 of 416 ~ 23.8'%

%29.81
%46.39
%23.8

CMYK color model

#7CC163 color CMYK value is (36,0,49,24).

  • cyan value is 35.75%
  • magenta value is 0.00%
  • yellow value is 48.70%
  • key color value is 24.31%

CMYK: (36,0,49,24)
C36M0Y49K24 (36%, 0%, 49%, 24%)
(0.36 / 0.00 / 0.49 / 0.24)

CMYK percentages

%35.75
%0
%48.7
%24.31

Codes

Color #7CC163 in popluar color models

7C C1 63
RGB 124 193 99
HSL 104° 43.12% 57.25%
HSB/HSV 104° 48.70% 75.69%
CMYK 35.75% 0.00% 48.70%
24.31%

Color #7CC163 in popluar number systems.

HEX 7C C1 63
Decimal 124 193 99
Binary 1111100 11000001 1100011
Octal 174 301 143

Shades and tints

Shades of #7CC163

#7CC163
(124,193,99)
#71B05A
(113,176,90)
#669F51
(102,159,81)
#5B8E48
(91,142,72)
#507D3F
(80,125,63)
#456C36
(69,108,54)
#3A5B2D
(58,91,45)
#2F4A24
(47,74,36)
#24391B
(36,57,27)
#192812
(25,40,18)
#0E1709
(14,23,9)
#000000
(0,0,0)

Tints of #7CC163

#7CC163
(124,193,99)
#87C671
(135,198,113)
#92CB7F
(146,203,127)
#9DD08D
(157,208,141)
#A8D59B
(168,213,155)
#B3DAA9
(179,218,169)
#BEDFB7
(190,223,183)
#C9E4C5
(201,228,197)
#D4E9D3
(212,233,211)
#DFEEE1
(223,238,225)
#EAF3EF
(234,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CC163 color. Also use rgb(124,193,99) instead hex code.

Text Font Color

.myTextColor { color: #7CC163; }

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

This text font color is #7CC163.

Background Color

.myBgColor { background-color: #7CC163; }

<div style="background-color:#7CC163">Inner text</div>

This div background color is #7CC163.

Border color

.myBorderColor { border: 1px solid #7CC163; }

<div style="border:3px solid #7CC163">Div</div>

This div border color is #7CC163.

Opacity

.myOpacity80 { color: #7CC163; opacity: 0.8; }

<p style="color:#7CC163;opacity:0.8;">80%</p>

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

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

This text has shadow with #7CC163 color.


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

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

This text has shadow with #7CC163 primary color and red secondary color.


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

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

This text has shadow with #7CC163 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7CC163.

Preview

Color preview on black background

This text has color #7CC163 on black background.


Color preview on white background

This text has color #7CC163 on white background.


Black color preview on #7CC163 background

This text has black color on #7CC163 background.


White color preview on #7CC163 background

This text has white color on #7CC163 background.


Related colors

Complementary color

Complementary color for #hex is #833E9C.


I love getcolorcode.com

Triadic colors

1 #637CC1 and #C1637C with #7CC163 are triadic colors.

2 #63C17C and #C17C63 with #7CC163 are triadic colors.