COLOR #E6F272

HEX: #E6F272
RGB: (230,242,114)

Renk bilgisi

#E6F272 contains mainly red and green colors. #E6F272 ‘ nin web güvenlik rengi #CCFF66 (ya da #CF6) dir.

RGB renk modeli

#E6F272 color RGB value is (230,242,114).

  • kırmız ton 230;
  • yeşil ton 242;
  • mavi ton 114.
RGB:
(230,242,114)
(90%,95%,45%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 242 of 255 = 95%
B 114 of 255 = 45%

230
242
114

R + G + B ~ 77%. #E6F272 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 242 + 114 = 586 (100%)
R 230 of 586 ~ 39.25%
G 242 of 586 ~ 41.3%
B 114 of 586 ~ 19.45%

%39.25
%41.3
%19.45

CMYK RENK MODELİ

#E6F272 rengi CMYK tonu (5,0,53,5).

  • camgöbeği tonu 4.96%
  • eflatun tonu 0.00%
  • sarı tonu 52.89%
  • ana renk tonu 5.10%
CMYK:
(5,0,53,5)
C5M0Y53K5 
(5%,0%,53%,5%)
(0.05/0.00/0.53/0.05)	

CMYK yüzdeleri

%4.96
%0
%52.89
%5.1

Codes

Color #E6F272 in popluar color models

E6F272
RGB230242114
HSL66°83.12%69.80%
HSB/HSV66°52.89%94.90%
CMYK4.96%0.00%52.89%
5.10%

Color #E6F272 in popluar number systems.

HEXE6F272
Decimal230242114
Binary11100110111100101110010
Octal346362162

Shades and tints

Shades of #E6F272

#E6F272
(230,242,114)
#D2DC68
(210,220,104)
#BEC65E
(190,198,94)
#AAB054
(170,176,84)
#969A4A
(150,154,74)
#828440
(130,132,64)
#6E6E36
(110,110,54)
#5A582C
(90,88,44)
#464222
(70,66,34)
#322C18
(50,44,24)
#1E160E
(30,22,14)
#000000
(0,0,0)

Tints of #E6F272

#E6F272
(230,242,114)
#E8F37E
(232,243,126)
#EAF48A
(234,244,138)
#ECF596
(236,245,150)
#EEF6A2
(238,246,162)
#F0F7AE
(240,247,174)
#F2F8BA
(242,248,186)
#F4F9C6
(244,249,198)
#F6FAD2
(246,250,210)
#F8FBDE
(248,251,222)
#FAFCEA
(250,252,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F272 color. Also use rgb(230,242,114) instead hex code.

Text Font Color

.myTextColor { color: #E6F272; }

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

This text font color is #E6F272.


Background Color

.myBgColor { background-color: #E6F272; }

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

This div background color is #E6F272.


Border color

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

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

This div border color is #E6F272.


Opacity

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

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

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

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

This text has shadow with #E6F272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F272 on black background.


Color preview on white background

This text has color #E6F272 on white background.



Black color preview on #E6F272 background

This text has black color on #E6F272 background.


White color preview on #E6F272 background

This text has white color on #E6F272 background.