COLOR #DEEE72

HEX: #DEEE72
RGB: (222,238,114)

Color info

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

RGB color model

#DEEE72 color RGB value is (222,238,114).

  • red value is 222;
  • green value is 238;
  • blue value is 114.
RGB:
(222,238,114)
(87%,93%,45%)

RGB channels and saturation

R 222 of 255 = 87%
G 238 of 255 = 93%
B 114 of 255 = 45%

222
238
114

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

Portions of RGB colors in percentages

R + G + B =
222 + 238 + 114 = 574 (100%)
R 222 of 574 ~ 38.68%
G 238 of 574 ~ 41.46%
B 114 of 574 ~ 19.86%

%38.68
%41.46
%19.86

CMYK color model

#DEEE72 color CMYK value is (7,0,52,7).

  • cyan value is 6.72%
  • magenta value is 0.00%
  • yellow value is 52.10%
  • key color value is 6.67%
CMYK:
(7,0,52,7)
C7M0Y52K7 
(7%,0%,52%,7%)
(0.07/0.00/0.52/0.07)	

CMYK percentages

%6.72
%0
%52.1
%6.67

Codes

Color #DEEE72 in popluar color models

DEEE72
RGB222238114
HSL68°78.48%69.02%
HSB/HSV68°52.10%93.33%
CMYK6.72%0.00%52.10%
6.67%

Color #DEEE72 in popluar number systems.

HEXDEEE72
Decimal222238114
Binary11011110111011101110010
Octal336356162

Shades and tints

Shades of #DEEE72

#DEEE72
(222,238,114)
#CAD968
(202,217,104)
#B6C45E
(182,196,94)
#A2AF54
(162,175,84)
#8E9A4A
(142,154,74)
#7A8540
(122,133,64)
#667036
(102,112,54)
#525B2C
(82,91,44)
#3E4622
(62,70,34)
#2A3118
(42,49,24)
#161C0E
(22,28,14)
#000000
(0,0,0)

Tints of #DEEE72

#DEEE72
(222,238,114)
#E1EF7E
(225,239,126)
#E4F08A
(228,240,138)
#E7F196
(231,241,150)
#EAF2A2
(234,242,162)
#EDF3AE
(237,243,174)
#F0F4BA
(240,244,186)
#F3F5C6
(243,245,198)
#F6F6D2
(246,246,210)
#F9F7DE
(249,247,222)
#FCF8EA
(252,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEEE72 color. Also use rgb(222,238,114) instead hex code.

Text Font Color

.myTextColor { color: #DEEE72; }

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

This text font color is #DEEE72.


Background Color

.myBgColor { background-color: #DEEE72; }

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

This div background color is #DEEE72.


Border color

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

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

This div border color is #DEEE72.


Opacity

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

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

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

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

This text has shadow with #DEEE72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEEE72 on black background.


Color preview on white background

This text has color #DEEE72 on white background.



Black color preview on #DEEE72 background

This text has black color on #DEEE72 background.


White color preview on #DEEE72 background

This text has white color on #DEEE72 background.