COLOR #DEFE7D

HEX: #DEFE7D
RGB: (222,254,125)

Color info

#DEFE7D contains mainly red and green colors. Web safe color of #DEFE7D is #CCFF66 (or #CF6).

RGB color model

#DEFE7D color RGB value is (222,254,125).

  • red value is 222;
  • green value is 254;
  • blue value is 125.
RGB:
(222,254,125)
(87%,100%,49%)

RGB channels and saturation

R 222 of 255 = 87%
G 254 of 255 = 100%
B 125 of 255 = 49%

222
254
125

R + G + B ~ 79%. #DEFE7D is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 254 + 125 = 601 (100%)
R 222 of 601 ~ 36.94%
G 254 of 601 ~ 42.26%
B 125 of 601 ~ 20.8%

%36.94
%42.26
%20.8

CMYK color model

#DEFE7D color CMYK value is (13,0,51,0).

  • cyan value is 12.60%
  • magenta value is 0.00%
  • yellow value is 50.79%
  • key color value is 0.39%
CMYK:
(13,0,51,0)
C13M0Y51K0 
(13%,0%,51%,0%)
(0.13/0.00/0.51/0.00)	

CMYK percentages

%12.6
%0
%50.79
%0.39

Codes

Color #DEFE7D in popluar color models

DEFE7D
RGB222254125
HSL75°98.47%74.31%
HSB/HSV75°50.79%99.61%
CMYK12.60%0.00%50.79%
0.39%

Color #DEFE7D in popluar number systems.

HEXDEFE7D
Decimal222254125
Binary11011110111111101111101
Octal336376175

Shades and tints

Shades of #DEFE7D

#DEFE7D
(222,254,125)
#CAE772
(202,231,114)
#B6D067
(182,208,103)
#A2B95C
(162,185,92)
#8EA251
(142,162,81)
#7A8B46
(122,139,70)
#66743B
(102,116,59)
#525D30
(82,93,48)
#3E4625
(62,70,37)
#2A2F1A
(42,47,26)
#16180F
(22,24,15)
#000000
(0,0,0)

Tints of #DEFE7D

#DEFE7D
(222,254,125)
#E1FE88
(225,254,136)
#E4FE93
(228,254,147)
#E7FE9E
(231,254,158)
#EAFEA9
(234,254,169)
#EDFEB4
(237,254,180)
#F0FEBF
(240,254,191)
#F3FECA
(243,254,202)
#F6FED5
(246,254,213)
#F9FEE0
(249,254,224)
#FCFEEB
(252,254,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEFE7D color. Also use rgb(222,254,125) instead hex code.

Text Font Color

.myTextColor { color: #DEFE7D; }

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

This text font color is #DEFE7D.


Background Color

.myBgColor { background-color: #DEFE7D; }

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

This div background color is #DEFE7D.


Border color

.myBorderColor { border: 1px solid #DEFE7D; }

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

This div border color is #DEFE7D.


Opacity

.myOpacity80 { color: #DEFE7D; opacity: 0.8; }

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

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

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

This text has shadow with #DEFE7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEFE7D on black background.


Color preview on white background

This text has color #DEFE7D on white background.



Black color preview on #DEFE7D background

This text has black color on #DEFE7D background.


White color preview on #DEFE7D background

This text has white color on #DEFE7D background.