COLOR #7CC295

HEX: #7CC295
RGB: (124,194,149)

Color info

#7CC295 contains mainly green and blue colors. Web safe color of #7CC295 is #66CC99 (or #6C9).

RGB color model

#7CC295 color RGB value is (124,194,149).

  • red value is 124;
  • green value is 194;
  • blue value is 149.
RGB:
(124,194,149)
(49%,76%,58%)

RGB channels and saturation

R 124 of 255 = 49%
G 194 of 255 = 76%
B 149 of 255 = 58%

124
194
149

R + G + B ~ 61%. #7CC295 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 194 + 149 = 467 (100%)
R 124 of 467 ~ 26.55%
G 194 of 467 ~ 41.54%
B 149 of 467 ~ 31.91%

%26.55
%41.54
%31.91

CMYK color model

#7CC295 color CMYK value is (36,0,23,24).

  • cyan value is 36.08%
  • magenta value is 0.00%
  • yellow value is 23.20%
  • key color value is 23.92%
CMYK:
(36,0,23,24)
C36M0Y23K24 
(36%,0%,23%,24%)
(0.36/0.00/0.23/0.24)	

CMYK percentages

%36.08
%0
%23.2
%23.92

Codes

Color #7CC295 in popluar color models

7CC295
RGB124194149
HSL141°36.46%62.35%
HSB/HSV141°36.08%76.08%
CMYK36.08%0.00%23.20%
23.92%

Color #7CC295 in popluar number systems.

HEX7CC295
Decimal124194149
Binary11111001100001010010101
Octal174302225

Shades and tints

Shades of #7CC295

#7CC295
(124,194,149)
#71B188
(113,177,136)
#66A07B
(102,160,123)
#5B8F6E
(91,143,110)
#507E61
(80,126,97)
#456D54
(69,109,84)
#3A5C47
(58,92,71)
#2F4B3A
(47,75,58)
#243A2D
(36,58,45)
#192920
(25,41,32)
#0E1813
(14,24,19)
#000000
(0,0,0)

Tints of #7CC295

#7CC295
(124,194,149)
#87C79E
(135,199,158)
#92CCA7
(146,204,167)
#9DD1B0
(157,209,176)
#A8D6B9
(168,214,185)
#B3DBC2
(179,219,194)
#BEE0CB
(190,224,203)
#C9E5D4
(201,229,212)
#D4EADD
(212,234,221)
#DFEFE6
(223,239,230)
#EAF4EF
(234,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CC295 color. Also use rgb(124,194,149) instead hex code.

Text Font Color

.myTextColor { color: #7CC295; }

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

This text font color is #7CC295.


Background Color

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

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

This div background color is #7CC295.


Border color

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

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

This div border color is #7CC295.


Opacity

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

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

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

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

This text has shadow with #7CC295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CC295 on black background.


Color preview on white background

This text has color #7CC295 on white background.



Black color preview on #7CC295 background

This text has black color on #7CC295 background.


White color preview on #7CC295 background

This text has white color on #7CC295 background.