COLOR #DEFD7F

HEX: #DEFD7F
RGB: (222,253,127)

Color info

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

RGB color model

#DEFD7F color RGB value is (222,253,127).

  • red value is 222;
  • green value is 253;
  • blue value is 127.
RGB:
(222,253,127)
(87%,99%,50%)

RGB channels and saturation

R 222 of 255 = 87%
G 253 of 255 = 99%
B 127 of 255 = 50%

222
253
127

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

Portions of RGB colors in percentages

R + G + B =
222 + 253 + 127 = 602 (100%)
R 222 of 602 ~ 36.88%
G 253 of 602 ~ 42.03%
B 127 of 602 ~ 21.1%

%36.88
%42.03
%21.1

CMYK color model

#DEFD7F color CMYK value is (12,0,50,1).

  • cyan value is 12.25%
  • magenta value is 0.00%
  • yellow value is 49.80%
  • key color value is 0.78%
CMYK:
(12,0,50,1)
C12M0Y50K1 
(12%,0%,50%,1%)
(0.12/0.00/0.50/0.01)	

CMYK percentages

%12.25
%0
%49.8
%0.78

Codes

Color #DEFD7F in popluar color models

DEFD7F
RGB222253127
HSL75°96.92%74.51%
HSB/HSV75°49.80%99.22%
CMYK12.25%0.00%49.80%
0.78%

Color #DEFD7F in popluar number systems.

HEXDEFD7F
Decimal222253127
Binary11011110111111011111111
Octal336375177

Shades and tints

Shades of #DEFD7F

#DEFD7F
(222,253,127)
#CAE674
(202,230,116)
#B6CF69
(182,207,105)
#A2B85E
(162,184,94)
#8EA153
(142,161,83)
#7A8A48
(122,138,72)
#66733D
(102,115,61)
#525C32
(82,92,50)
#3E4527
(62,69,39)
#2A2E1C
(42,46,28)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #DEFD7F

#DEFD7F
(222,253,127)
#E1FD8A
(225,253,138)
#E4FD95
(228,253,149)
#E7FDA0
(231,253,160)
#EAFDAB
(234,253,171)
#EDFDB6
(237,253,182)
#F0FDC1
(240,253,193)
#F3FDCC
(243,253,204)
#F6FDD7
(246,253,215)
#F9FDE2
(249,253,226)
#FCFDED
(252,253,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEFD7F color. Also use rgb(222,253,127) instead hex code.

Text Font Color

.myTextColor { color: #DEFD7F; }

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

This text font color is #DEFD7F.


Background Color

.myBgColor { background-color: #DEFD7F; }

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

This div background color is #DEFD7F.


Border color

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

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

This div border color is #DEFD7F.


Opacity

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

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

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

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

This text has shadow with #DEFD7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEFD7F on black background.


Color preview on white background

This text has color #DEFD7F on white background.



Black color preview on #DEFD7F background

This text has black color on #DEFD7F background.


White color preview on #DEFD7F background

This text has white color on #DEFD7F background.