COLOR #DEF690

HEX: #DEF690
RGB: (222,246,144)

Color info

#DEF690 contains mainly red and green colors. Web safe color of #DEF690 is #CCFF99 (or #CF9).

RGB color model

#DEF690 color RGB value is (222,246,144).

  • red value is 222;
  • green value is 246;
  • blue value is 144.
RGB:
(222,246,144)
(87%,96%,56%)

RGB channels and saturation

R 222 of 255 = 87%
G 246 of 255 = 96%
B 144 of 255 = 56%

222
246
144

R + G + B ~ 80%. #DEF690 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 246 + 144 = 612 (100%)
R 222 of 612 ~ 36.27%
G 246 of 612 ~ 40.2%
B 144 of 612 ~ 23.53%

%36.27
%40.2
%23.53

CMYK color model

#DEF690 color CMYK value is (10,0,41,4).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 41.46%
  • key color value is 3.53%
CMYK:
(10,0,41,4)
C10M0Y41K4 
(10%,0%,41%,4%)
(0.10/0.00/0.41/0.04)	

CMYK percentages

%9.76
%0
%41.46
%3.53

Codes

Color #DEF690 in popluar color models

DEF690
RGB222246144
HSL74°85.00%76.47%
HSB/HSV74°41.46%96.47%
CMYK9.76%0.00%41.46%
3.53%

Color #DEF690 in popluar number systems.

HEXDEF690
Decimal222246144
Binary110111101111011010010000
Octal336366220

Shades and tints

Shades of #DEF690

#DEF690
(222,246,144)
#CAE083
(202,224,131)
#B6CA76
(182,202,118)
#A2B469
(162,180,105)
#8E9E5C
(142,158,92)
#7A884F
(122,136,79)
#667242
(102,114,66)
#525C35
(82,92,53)
#3E4628
(62,70,40)
#2A301B
(42,48,27)
#161A0E
(22,26,14)
#000000
(0,0,0)

Tints of #DEF690

#DEF690
(222,246,144)
#E1F69A
(225,246,154)
#E4F6A4
(228,246,164)
#E7F6AE
(231,246,174)
#EAF6B8
(234,246,184)
#EDF6C2
(237,246,194)
#F0F6CC
(240,246,204)
#F3F6D6
(243,246,214)
#F6F6E0
(246,246,224)
#F9F6EA
(249,246,234)
#FCF6F4
(252,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEF690 color. Also use rgb(222,246,144) instead hex code.

Text Font Color

.myTextColor { color: #DEF690; }

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

This text font color is #DEF690.


Background Color

.myBgColor { background-color: #DEF690; }

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

This div background color is #DEF690.


Border color

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

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

This div border color is #DEF690.


Opacity

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

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

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

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

This text has shadow with #DEF690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF690 on black background.


Color preview on white background

This text has color #DEF690 on white background.



Black color preview on #DEF690 background

This text has black color on #DEF690 background.


White color preview on #DEF690 background

This text has white color on #DEF690 background.