COLOR #7CE496

HEX: #7CE496
RGB: (124,228,150)

Color info

#7CE496 contains mainly green color. Web safe color of #7CE496 is #66CC99 (or #6C9).

RGB color model

#7CE496 color RGB value is (124,228,150).

  • red value is 124;
  • green value is 228;
  • blue value is 150.
RGB:
(124,228,150)
(49%,89%,59%)

RGB channels and saturation

R 124 of 255 = 49%
G 228 of 255 = 89%
B 150 of 255 = 59%

124
228
150

R + G + B ~ 66%. #7CE496 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 228 + 150 = 502 (100%)
R 124 of 502 ~ 24.7%
G 228 of 502 ~ 45.42%
B 150 of 502 ~ 29.88%

%24.7
%45.42
%29.88

CMYK color model

#7CE496 color CMYK value is (46,0,34,11).

  • cyan value is 45.61%
  • magenta value is 0.00%
  • yellow value is 34.21%
  • key color value is 10.59%
CMYK:
(46,0,34,11)
C46M0Y34K11 
(46%,0%,34%,11%)
(0.46/0.00/0.34/0.11)	

CMYK percentages

%45.61
%0
%34.21
%10.59

Codes

Color #7CE496 in popluar color models

7CE496
RGB124228150
HSL135°65.82%69.02%
HSB/HSV135°45.61%89.41%
CMYK45.61%0.00%34.21%
10.59%

Color #7CE496 in popluar number systems.

HEX7CE496
Decimal124228150
Binary11111001110010010010110
Octal174344226

Shades and tints

Shades of #7CE496

#7CE496
(124,228,150)
#71D089
(113,208,137)
#66BC7C
(102,188,124)
#5BA86F
(91,168,111)
#509462
(80,148,98)
#458055
(69,128,85)
#3A6C48
(58,108,72)
#2F583B
(47,88,59)
#24442E
(36,68,46)
#193021
(25,48,33)
#0E1C14
(14,28,20)
#000000
(0,0,0)

Tints of #7CE496

#7CE496
(124,228,150)
#87E69F
(135,230,159)
#92E8A8
(146,232,168)
#9DEAB1
(157,234,177)
#A8ECBA
(168,236,186)
#B3EEC3
(179,238,195)
#BEF0CC
(190,240,204)
#C9F2D5
(201,242,213)
#D4F4DE
(212,244,222)
#DFF6E7
(223,246,231)
#EAF8F0
(234,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CE496 color. Also use rgb(124,228,150) instead hex code.

Text Font Color

.myTextColor { color: #7CE496; }

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

This text font color is #7CE496.


Background Color

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

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

This div background color is #7CE496.


Border color

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

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

This div border color is #7CE496.


Opacity

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

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

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

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

This text has shadow with #7CE496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CE496 on black background.


Color preview on white background

This text has color #7CE496 on white background.



Black color preview on #7CE496 background

This text has black color on #7CE496 background.


White color preview on #7CE496 background

This text has white color on #7CE496 background.