COLOR #7CCB5B

HEX: #7CCB5B RGB: (124,203,91)

Color info

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

RGB color model

#7CCB5B color RGB value is (124,203,91).

RGB: (124,203,91) (49%, 80%, 36%)

RGB channels and saturation

R 124 of 255 = 49%
G 203 of 255 = 80%
B 91 of 255 = 36%

124
203
91

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

Portions of RGB colors in percentages

R + G + B = 124 + 203 + 91 = 418 (100%)
R 124 of 418 ~ 29.67%
G 203 of 418 ~ 48.56%
B 91 of 418 ~ 21.77'%

%29.67
%48.56
%21.77

CMYK color model

#7CCB5B color CMYK value is (39,0,55,20).

  • cyan value is 38.92%
  • magenta value is 0.00%
  • yellow value is 55.17%
  • key color value is 20.39%

CMYK: (39,0,55,20)
C39M0Y55K20 (39%, 0%, 55%, 20%)
(0.39 / 0.00 / 0.55 / 0.20)

CMYK percentages

%38.92
%0
%55.17
%20.39

Codes

Color #7CCB5B in popluar color models

7C CB 5B
RGB 124 203 91
HSL 102° 51.85% 57.65%
HSB/HSV 102° 55.17% 79.61%
CMYK 38.92% 0.00% 55.17%
20.39%

Color #7CCB5B in popluar number systems.

HEX 7C CB 5B
Decimal 124 203 91
Binary 1111100 11001011 1011011
Octal 174 313 133

Shades and tints

Shades of #7CCB5B

#7CCB5B
(124,203,91)
#71B953
(113,185,83)
#66A74B
(102,167,75)
#5B9543
(91,149,67)
#50833B
(80,131,59)
#457133
(69,113,51)
#3A5F2B
(58,95,43)
#2F4D23
(47,77,35)
#243B1B
(36,59,27)
#192913
(25,41,19)
#0E170B
(14,23,11)
#000000
(0,0,0)

Tints of #7CCB5B

#7CCB5B
(124,203,91)
#87CF69
(135,207,105)
#92D377
(146,211,119)
#9DD785
(157,215,133)
#A8DB93
(168,219,147)
#B3DFA1
(179,223,161)
#BEE3AF
(190,227,175)
#C9E7BD
(201,231,189)
#D4EBCB
(212,235,203)
#DFEFD9
(223,239,217)
#EAF3E7
(234,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CCB5B color. Also use rgb(124,203,91) instead hex code.

Text Font Color

.myTextColor { color: #7CCB5B; }

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

This text font color is #7CCB5B.

Background Color

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

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

This div background color is #7CCB5B.

Border color

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

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

This div border color is #7CCB5B.

Opacity

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

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

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

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

This text has shadow with #7CCB5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CCB5B.

Preview

Color preview on black background

This text has color #7CCB5B on black background.


Color preview on white background

This text has color #7CCB5B on white background.


Black color preview on #7CCB5B background

This text has black color on #7CCB5B background.


White color preview on #7CCB5B background

This text has white color on #7CCB5B background.


Related colors

Complementary color

Complementary color for #hex is #8334A4.


I love getcolorcode.com

Triadic colors

1 #5B7CCB and #CB5B7C with #7CCB5B are triadic colors.

2 #5BCB7C and #CB7C5B with #7CCB5B are triadic colors.