COLOR #7DFFC0

HEX: #7DFFC0
RGB: (125,255,192)

Color info

#7DFFC0 contains mainly green color. Web safe color of #7DFFC0 is #66FFCC (or #6FC).

RGB color model

#7DFFC0 color RGB value is (125,255,192).

  • red value is 125;
  • green value is 255;
  • blue value is 192.
RGB:
(125,255,192)
(49%,100%,75%)

RGB channels and saturation

R 125 of 255 = 49%
G 255 of 255 = 100%
B 192 of 255 = 75%

125
255
192

R + G + B ~ 75%. #7DFFC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 255 + 192 = 572 (100%)
R 125 of 572 ~ 21.85%
G 255 of 572 ~ 44.58%
B 192 of 572 ~ 33.57%

%21.85
%44.58
%33.57

CMYK color model

#7DFFC0 color CMYK value is (51,0,25,0).

  • cyan value is 50.98%
  • magenta value is 0.00%
  • yellow value is 24.71%
  • key color value is 0.00%
CMYK:
(51,0,25,0)
C51M0Y25K0 
(51%,0%,25%,0%)
(0.51/0.00/0.25/0.00)	

CMYK percentages

%50.98
%0
%24.71
%0

Codes

Color #7DFFC0 in popluar color models

7DFFC0
RGB125255192
HSL151°100.00%74.51%
HSB/HSV151°50.98%100.00%
CMYK50.98%0.00%24.71%
0.00%

Color #7DFFC0 in popluar number systems.

HEX7DFFC0
Decimal125255192
Binary11111011111111111000000
Octal175377300

Shades and tints

Shades of #7DFFC0

#7DFFC0
(125,255,192)
#72E8AF
(114,232,175)
#67D19E
(103,209,158)
#5CBA8D
(92,186,141)
#51A37C
(81,163,124)
#468C6B
(70,140,107)
#3B755A
(59,117,90)
#305E49
(48,94,73)
#254738
(37,71,56)
#1A3027
(26,48,39)
#0F1916
(15,25,22)
#000000
(0,0,0)

Tints of #7DFFC0

#7DFFC0
(125,255,192)
#88FFC5
(136,255,197)
#93FFCA
(147,255,202)
#9EFFCF
(158,255,207)
#A9FFD4
(169,255,212)
#B4FFD9
(180,255,217)
#BFFFDE
(191,255,222)
#CAFFE3
(202,255,227)
#D5FFE8
(213,255,232)
#E0FFED
(224,255,237)
#EBFFF2
(235,255,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DFFC0 color. Also use rgb(125,255,192) instead hex code.

Text Font Color

.myTextColor { color: #7DFFC0; }

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

This text font color is #7DFFC0.


Background Color

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

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

This div background color is #7DFFC0.


Border color

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

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

This div border color is #7DFFC0.


Opacity

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

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

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

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

This text has shadow with #7DFFC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DFFC0 on black background.


Color preview on white background

This text has color #7DFFC0 on white background.



Black color preview on #7DFFC0 background

This text has black color on #7DFFC0 background.


White color preview on #7DFFC0 background

This text has white color on #7DFFC0 background.