COLOR #7CEE96

HEX: #7CEE96
RGB: (124,238,150)

Color info

#7CEE96 contains mainly green color. Web safe color of #7CEE96 is #66FF99 (or #6F9).

RGB color model

#7CEE96 color RGB value is (124,238,150).

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

RGB channels and saturation

R 124 of 255 = 49%
G 238 of 255 = 93%
B 150 of 255 = 59%

124
238
150

R + G + B ~ 67%. #7CEE96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 238 + 150 = 512 (100%)
R 124 of 512 ~ 24.22%
G 238 of 512 ~ 46.48%
B 150 of 512 ~ 29.3%

%24.22
%46.48
%29.3

CMYK color model

#7CEE96 color CMYK value is (48,0,37,7).

  • cyan value is 47.90%
  • magenta value is 0.00%
  • yellow value is 36.97%
  • key color value is 6.67%
CMYK:
(48,0,37,7)
C48M0Y37K7 
(48%,0%,37%,7%)
(0.48/0.00/0.37/0.07)	

CMYK percentages

%47.9
%0
%36.97
%6.67

Codes

Color #7CEE96 in popluar color models

7CEE96
RGB124238150
HSL134°77.03%70.98%
HSB/HSV134°47.90%93.33%
CMYK47.90%0.00%36.97%
6.67%

Color #7CEE96 in popluar number systems.

HEX7CEE96
Decimal124238150
Binary11111001110111010010110
Octal174356226

Shades and tints

Shades of #7CEE96

#7CEE96
(124,238,150)
#71D989
(113,217,137)
#66C47C
(102,196,124)
#5BAF6F
(91,175,111)
#509A62
(80,154,98)
#458555
(69,133,85)
#3A7048
(58,112,72)
#2F5B3B
(47,91,59)
#24462E
(36,70,46)
#193121
(25,49,33)
#0E1C14
(14,28,20)
#000000
(0,0,0)

Tints of #7CEE96

#7CEE96
(124,238,150)
#87EF9F
(135,239,159)
#92F0A8
(146,240,168)
#9DF1B1
(157,241,177)
#A8F2BA
(168,242,186)
#B3F3C3
(179,243,195)
#BEF4CC
(190,244,204)
#C9F5D5
(201,245,213)
#D4F6DE
(212,246,222)
#DFF7E7
(223,247,231)
#EAF8F0
(234,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CEE96; }

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

This text font color is #7CEE96.


Background Color

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

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

This div background color is #7CEE96.


Border color

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

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

This div border color is #7CEE96.


Opacity

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

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

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

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

This text has shadow with #7CEE96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CEE96 on black background.


Color preview on white background

This text has color #7CEE96 on white background.



Black color preview on #7CEE96 background

This text has black color on #7CEE96 background.


White color preview on #7CEE96 background

This text has white color on #7CEE96 background.