COLOR #EDF292

HEX: #EDF292 RGB: (237,242,146)

Color info

#EDF292 contains mainly red and green colors. Web safe color of #EDF292 is #FFFF99 (or #FF9).

RGB color model

#EDF292 color RGB value is (237,242,146).

RGB: (237,242,146) (93%, 95%, 57%)

RGB channels and saturation

R 237 of 255 = 93%
G 242 of 255 = 95%
B 146 of 255 = 57%

237
242
146

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

Portions of RGB colors in percentages

R + G + B = 237 + 242 + 146 = 625 (100%)
R 237 of 625 ~ 37.92%
G 242 of 625 ~ 38.72%
B 146 of 625 ~ 23.36'%

%37.92
%38.72
%23.36

CMYK color model

#EDF292 color CMYK value is (2,0,40,5).

  • cyan value is 2.07%
  • magenta value is 0.00%
  • yellow value is 39.67%
  • key color value is 5.10%

CMYK: (2,0,40,5)
C2M0Y40K5 (2%, 0%, 40%, 5%)
(0.02 / 0.00 / 0.40 / 0.05)

CMYK percentages

%2.07
%0
%39.67
%5.1

Codes

Color #EDF292 in popluar color models

ED F2 92
RGB 237 242 146
HSL 63° 78.69% 76.08%
HSB/HSV 63° 39.67% 94.90%
CMYK 2.07% 0.00% 39.67%
5.10%

Color #EDF292 in popluar number systems.

HEX ED F2 92
Decimal 237 242 146
Binary 11101101 11110010 10010010
Octal 355 362 222

Shades and tints

Shades of #EDF292

#EDF292
(237,242,146)
#D8DC85
(216,220,133)
#C3C678
(195,198,120)
#AEB06B
(174,176,107)
#999A5E
(153,154,94)
#848451
(132,132,81)
#6F6E44
(111,110,68)
#5A5837
(90,88,55)
#45422A
(69,66,42)
#302C1D
(48,44,29)
#1B1610
(27,22,16)
#000000
(0,0,0)

Tints of #EDF292

#EDF292
(237,242,146)
#EEF39B
(238,243,155)
#EFF4A4
(239,244,164)
#F0F5AD
(240,245,173)
#F1F6B6
(241,246,182)
#F2F7BF
(242,247,191)
#F3F8C8
(243,248,200)
#F4F9D1
(244,249,209)
#F5FADA
(245,250,218)
#F6FBE3
(246,251,227)
#F7FCEC
(247,252,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF292 color. Also use rgb(237,242,146) instead hex code.

Text Font Color

.myTextColor { color: #EDF292; }

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

This text font color is #EDF292.

Background Color

.myBgColor { background-color: #EDF292; }

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

This div background color is #EDF292.

Border color

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

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

This div border color is #EDF292.

Opacity

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

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

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

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

This text has shadow with #EDF292 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDF292.

Preview

Color preview on black background

This text has color #EDF292 on black background.


Color preview on white background

This text has color #EDF292 on white background.


Black color preview on #EDF292 background

This text has black color on #EDF292 background.


White color preview on #EDF292 background

This text has white color on #EDF292 background.


Related colors

Complementary color

Complementary color for #hex is #120D6D.


I love getcolorcode.com

Triadic colors

1 #92EDF2 and #F292ED with #EDF292 are triadic colors.

2 #92F2ED and #F2ED92 with #EDF292 are triadic colors.