COLOR #7DF265

HEX: #7DF265
RGB: (125,242,101)

Color info

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

RGB color model

#7DF265 color RGB value is (125,242,101).

  • red value is 125;
  • green value is 242;
  • blue value is 101.
RGB:
(125,242,101)
(49%,95%,40%)

RGB channels and saturation

R 125 of 255 = 49%
G 242 of 255 = 95%
B 101 of 255 = 40%

125
242
101

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

Portions of RGB colors in percentages

R + G + B =
125 + 242 + 101 = 468 (100%)
R 125 of 468 ~ 26.71%
G 242 of 468 ~ 51.71%
B 101 of 468 ~ 21.58%

%26.71
%51.71
%21.58

CMYK color model

#7DF265 color CMYK value is (48,0,58,5).

  • cyan value is 48.35%
  • magenta value is 0.00%
  • yellow value is 58.26%
  • key color value is 5.10%
CMYK:
(48,0,58,5)
C48M0Y58K5 
(48%,0%,58%,5%)
(0.48/0.00/0.58/0.05)	

CMYK percentages

%48.35
%0
%58.26
%5.1

Codes

Color #7DF265 in popluar color models

7DF265
RGB125242101
HSL110°84.43%67.25%
HSB/HSV110°58.26%94.90%
CMYK48.35%0.00%58.26%
5.10%

Color #7DF265 in popluar number systems.

HEX7DF265
Decimal125242101
Binary1111101111100101100101
Octal175362145

Shades and tints

Shades of #7DF265

#7DF265
(125,242,101)
#72DC5C
(114,220,92)
#67C653
(103,198,83)
#5CB04A
(92,176,74)
#519A41
(81,154,65)
#468438
(70,132,56)
#3B6E2F
(59,110,47)
#305826
(48,88,38)
#25421D
(37,66,29)
#1A2C14
(26,44,20)
#0F160B
(15,22,11)
#000000
(0,0,0)

Tints of #7DF265

#7DF265
(125,242,101)
#88F373
(136,243,115)
#93F481
(147,244,129)
#9EF58F
(158,245,143)
#A9F69D
(169,246,157)
#B4F7AB
(180,247,171)
#BFF8B9
(191,248,185)
#CAF9C7
(202,249,199)
#D5FAD5
(213,250,213)
#E0FBE3
(224,251,227)
#EBFCF1
(235,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DF265 color. Also use rgb(125,242,101) instead hex code.

Text Font Color

.myTextColor { color: #7DF265; }

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

This text font color is #7DF265.


Background Color

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

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

This div background color is #7DF265.


Border color

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

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

This div border color is #7DF265.


Opacity

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

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

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

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

This text has shadow with #7DF265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DF265 on black background.


Color preview on white background

This text has color #7DF265 on white background.



Black color preview on #7DF265 background

This text has black color on #7DF265 background.


White color preview on #7DF265 background

This text has white color on #7DF265 background.