COLOR #7CF253

HEX: #7CF253
RGB: (124,242,83)

Color info

#7CF253 contains mainly green color. Web safe color of #7CF253 is #66FF66 (or #6F6).

RGB color model

#7CF253 color RGB value is (124,242,83).

  • red value is 124;
  • green value is 242;
  • blue value is 83.
RGB:
(124,242,83)
(49%,95%,33%)

RGB channels and saturation

R 124 of 255 = 49%
G 242 of 255 = 95%
B 83 of 255 = 33%

124
242
83

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

Portions of RGB colors in percentages

R + G + B =
124 + 242 + 83 = 449 (100%)
R 124 of 449 ~ 27.62%
G 242 of 449 ~ 53.9%
B 83 of 449 ~ 18.49%

%27.62
%53.9
%18.49

CMYK color model

#7CF253 color CMYK value is (49,0,66,5).

  • cyan value is 48.76%
  • magenta value is 0.00%
  • yellow value is 65.70%
  • key color value is 5.10%
CMYK:
(49,0,66,5)
C49M0Y66K5 
(49%,0%,66%,5%)
(0.49/0.00/0.66/0.05)	

CMYK percentages

%48.76
%0
%65.7
%5.1

Codes

Color #7CF253 in popluar color models

7CF253
RGB12424283
HSL105°85.95%63.73%
HSB/HSV105°65.70%94.90%
CMYK48.76%0.00%65.70%
5.10%

Color #7CF253 in popluar number systems.

HEX7CF253
Decimal12424283
Binary1111100111100101010011
Octal174362123

Shades and tints

Shades of #7CF253

#7CF253
(124,242,83)
#71DC4C
(113,220,76)
#66C645
(102,198,69)
#5BB03E
(91,176,62)
#509A37
(80,154,55)
#458430
(69,132,48)
#3A6E29
(58,110,41)
#2F5822
(47,88,34)
#24421B
(36,66,27)
#192C14
(25,44,20)
#0E160D
(14,22,13)
#000000
(0,0,0)

Tints of #7CF253

#7CF253
(124,242,83)
#87F362
(135,243,98)
#92F471
(146,244,113)
#9DF580
(157,245,128)
#A8F68F
(168,246,143)
#B3F79E
(179,247,158)
#BEF8AD
(190,248,173)
#C9F9BC
(201,249,188)
#D4FACB
(212,250,203)
#DFFBDA
(223,251,218)
#EAFCE9
(234,252,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CF253 color. Also use rgb(124,242,83) instead hex code.

Text Font Color

.myTextColor { color: #7CF253; }

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

This text font color is #7CF253.


Background Color

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

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

This div background color is #7CF253.


Border color

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

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

This div border color is #7CF253.


Opacity

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

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

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

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

This text has shadow with #7CF253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CF253 on black background.


Color preview on white background

This text has color #7CF253 on white background.



Black color preview on #7CF253 background

This text has black color on #7CF253 background.


White color preview on #7CF253 background

This text has white color on #7CF253 background.