COLOR #DEFF98

HEX: #DEFF98
RGB: (222,255,152)

Color info

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

RGB color model

#DEFF98 color RGB value is (222,255,152).

  • red value is 222;
  • green value is 255;
  • blue value is 152.
RGB:
(222,255,152)
(87%,100%,60%)

RGB channels and saturation

R 222 of 255 = 87%
G 255 of 255 = 100%
B 152 of 255 = 60%

222
255
152

R + G + B ~ 82%. #DEFF98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 255 + 152 = 629 (100%)
R 222 of 629 ~ 35.29%
G 255 of 629 ~ 40.54%
B 152 of 629 ~ 24.17%

%35.29
%40.54
%24.17

CMYK color model

#DEFF98 color CMYK value is (13,0,40,0).

  • cyan value is 12.94%
  • magenta value is 0.00%
  • yellow value is 40.39%
  • key color value is 0.00%
CMYK:
(13,0,40,0)
C13M0Y40K0 
(13%,0%,40%,0%)
(0.13/0.00/0.40/0.00)	

CMYK percentages

%12.94
%0
%40.39
%0

Codes

Color #DEFF98 in popluar color models

DEFF98
RGB222255152
HSL79°100.00%79.80%
HSB/HSV79°40.39%100.00%
CMYK12.94%0.00%40.39%
0.00%

Color #DEFF98 in popluar number systems.

HEXDEFF98
Decimal222255152
Binary110111101111111110011000
Octal336377230

Shades and tints

Shades of #DEFF98

#DEFF98
(222,255,152)
#CAE88B
(202,232,139)
#B6D17E
(182,209,126)
#A2BA71
(162,186,113)
#8EA364
(142,163,100)
#7A8C57
(122,140,87)
#66754A
(102,117,74)
#525E3D
(82,94,61)
#3E4730
(62,71,48)
#2A3023
(42,48,35)
#161916
(22,25,22)
#000000
(0,0,0)

Tints of #DEFF98

#DEFF98
(222,255,152)
#E1FFA1
(225,255,161)
#E4FFAA
(228,255,170)
#E7FFB3
(231,255,179)
#EAFFBC
(234,255,188)
#EDFFC5
(237,255,197)
#F0FFCE
(240,255,206)
#F3FFD7
(243,255,215)
#F6FFE0
(246,255,224)
#F9FFE9
(249,255,233)
#FCFFF2
(252,255,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEFF98 color. Also use rgb(222,255,152) instead hex code.

Text Font Color

.myTextColor { color: #DEFF98; }

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

This text font color is #DEFF98.


Background Color

.myBgColor { background-color: #DEFF98; }

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

This div background color is #DEFF98.


Border color

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

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

This div border color is #DEFF98.


Opacity

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

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

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

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

This text has shadow with #DEFF98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEFF98 on black background.


Color preview on white background

This text has color #DEFF98 on white background.



Black color preview on #DEFF98 background

This text has black color on #DEFF98 background.


White color preview on #DEFF98 background

This text has white color on #DEFF98 background.