COLOR #DEF487

HEX: #DEF487 RGB: (222,244,135)

Color info

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

RGB color model

#DEF487 color RGB value is (222,244,135).

RGB: (222,244,135) (87%, 96%, 53%)

RGB channels and saturation

R 222 of 255 = 87%
G 244 of 255 = 96%
B 135 of 255 = 53%

222
244
135

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

Portions of RGB colors in percentages

R + G + B = 222 + 244 + 135 = 601 (100%)
R 222 of 601 ~ 36.94%
G 244 of 601 ~ 40.6%
B 135 of 601 ~ 22.46'%

%36.94
%40.6
%22.46

CMYK color model

#DEF487 color CMYK value is (9,0,45,4).

  • cyan value is 9.02%
  • magenta value is 0.00%
  • yellow value is 44.67%
  • key color value is 4.31%

CMYK: (9,0,45,4)
C9M0Y45K4 (9%, 0%, 45%, 4%)
(0.09 / 0.00 / 0.45 / 0.04)

CMYK percentages

%9.02
%0
%44.67
%4.31

Codes

Color #DEF487 in popluar color models

DE F4 87
RGB 222 244 135
HSL 72° 83.21% 74.31%
HSB/HSV 72° 44.67% 95.69%
CMYK 9.02% 0.00% 44.67%
4.31%

Color #DEF487 in popluar number systems.

HEX DE F4 87
Decimal 222 244 135
Binary 11011110 11110100 10000111
Octal 336 364 207

Shades and tints

Shades of #DEF487

#DEF487
(222,244,135)
#CADE7B
(202,222,123)
#B6C86F
(182,200,111)
#A2B263
(162,178,99)
#8E9C57
(142,156,87)
#7A864B
(122,134,75)
#66703F
(102,112,63)
#525A33
(82,90,51)
#3E4427
(62,68,39)
#2A2E1B
(42,46,27)
#16180F
(22,24,15)
#000000
(0,0,0)

Tints of #DEF487

#DEF487
(222,244,135)
#E1F591
(225,245,145)
#E4F69B
(228,246,155)
#E7F7A5
(231,247,165)
#EAF8AF
(234,248,175)
#EDF9B9
(237,249,185)
#F0FAC3
(240,250,195)
#F3FBCD
(243,251,205)
#F6FCD7
(246,252,215)
#F9FDE1
(249,253,225)
#FCFEEB
(252,254,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEF487 color. Also use rgb(222,244,135) instead hex code.

Text Font Color

.myTextColor { color: #DEF487; }

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

This text font color is #DEF487.

Background Color

.myBgColor { background-color: #DEF487; }

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

This div background color is #DEF487.

Border color

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

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

This div border color is #DEF487.

Opacity

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

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

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

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

This text has shadow with #DEF487 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEF487.

Preview

Color preview on black background

This text has color #DEF487 on black background.


Color preview on white background

This text has color #DEF487 on white background.


Black color preview on #DEF487 background

This text has black color on #DEF487 background.


White color preview on #DEF487 background

This text has white color on #DEF487 background.


Related colors

Complementary color

Complementary color for #hex is #210B78.


I love getcolorcode.com

Triadic colors

1 #87DEF4 and #F487DE with #DEF487 are triadic colors.

2 #87F4DE and #F4DE87 with #DEF487 are triadic colors.