COLOR #EFF51A

HEX: #EFF51A
RGB: (239,245,26)

Renk bilgisi

#EFF51A contains mainly red and green colors. #EFF51A ‘ nin web güvenlik rengi #FFFF00 (ya da #FF0) dir.

RGB renk modeli

#EFF51A color RGB value is (239,245,26).

  • kırmız ton 239;
  • yeşil ton 245;
  • mavi ton 26.
RGB:
(239,245,26)
(94%,96%,10%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 245 of 255 = 96%
B 26 of 255 = 10%

239
245
26

R + G + B ~ 67%. #EFF51A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 245 + 26 = 510 (100%)
R 239 of 510 ~ 46.86%
G 245 of 510 ~ 48.04%
B 26 of 510 ~ 5.1%

%46.86
%48.04

CMYK RENK MODELİ

#EFF51A rengi CMYK tonu (2,0,89,4).

  • camgöbeği tonu 2.45%
  • eflatun tonu 0.00%
  • sarı tonu 89.39%
  • ana renk tonu 3.92%
CMYK:
(2,0,89,4)
C2M0Y89K4 
(2%,0%,89%,4%)
(0.02/0.00/0.89/0.04)	

CMYK yüzdeleri

%2.45
%0
%89.39
%3.92

Codes

Color #EFF51A in popluar color models

EFF51A
RGB23924526
HSL62°91.63%53.14%
HSB/HSV62°89.39%96.08%
CMYK2.45%0.00%89.39%
3.92%

Color #EFF51A in popluar number systems.

HEXEFF51A
Decimal23924526
Binary111011111111010111010
Octal35736532

Shades and tints

Shades of #EFF51A

#EFF51A
(239,245,26)
#DADF18
(218,223,24)
#C5C916
(197,201,22)
#B0B314
(176,179,20)
#9B9D12
(155,157,18)
#868710
(134,135,16)
#71710E
(113,113,14)
#5C5B0C
(92,91,12)
#47450A
(71,69,10)
#322F08
(50,47,8)
#1D1906
(29,25,6)
#000000
(0,0,0)

Tints of #EFF51A

#EFF51A
(239,245,26)
#F0F52E
(240,245,46)
#F1F542
(241,245,66)
#F2F556
(242,245,86)
#F3F56A
(243,245,106)
#F4F57E
(244,245,126)
#F5F592
(245,245,146)
#F6F5A6
(246,245,166)
#F7F5BA
(247,245,186)
#F8F5CE
(248,245,206)
#F9F5E2
(249,245,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFF51A color. Also use rgb(239,245,26) instead hex code.

Text Font Color

.myTextColor { color: #EFF51A; }

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

This text font color is #EFF51A.


Background Color

.myBgColor { background-color: #EFF51A; }

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

This div background color is #EFF51A.


Border color

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

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

This div border color is #EFF51A.


Opacity

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

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

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

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

This text has shadow with #EFF51A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF51A on black background.


Color preview on white background

This text has color #EFF51A on white background.



Black color preview on #EFF51A background

This text has black color on #EFF51A background.


White color preview on #EFF51A background

This text has white color on #EFF51A background.