Html Css Color HEX #EFF41A Lemon

📋 copy color: '#EFF41A'

red 239 ◦ green 244 ◦ blue 26

#EFF41A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon #EFF41A

Tints of Lemon #EFF41A

RGB

 RED value IS 239 (93.75% from 255) = 46.95%

 GREEN value IS 244 (95.7% from 255) = 47.94%

 BLUE value IS 26 (10.55% from 255) = 5.11%

R = 46.95%
G = 47.94%
B = 5.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.89

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EFF41A (or 0xEFF41A) is known color: Lemon. HEX triplet: EF, F4 and 1A. RGB value is (239,244,26). Sum of RGB (Red+Green+Blue) = 239+244+26=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 244 (95.70% from 255 or 47.94% from 509); Blue value is 26 (10.55% from 255 or 5.11% from 509); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF41A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF41A is #100BE5. Grayscale: #DADADA. Windows color (decimal): -1051622 or 1766639. OLE color: 1766639.

HSL color Cylindrical-coordinate representation of color #EFF41A: hue angle of 61.38º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EFF41A is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 244 26 -
CMYK 0.02 0 0.89 0.04
HSL 61.38º 0.91% 0.53% -
HSV(B) 61.38º 0.89% 0.96% -
XYZ 68.13 83.13 13.43 -
YUV 217.65 19.84 143.23 -
System Red Green Blue C M Y K H S L
Decimal 239 244 26 0.02 0 0.89 0.04 61.38 0.91 0.53
Hex EF F4 1A 2 0 59 4 3D 5B 35
Octal 357 364 32 2 0 131 4 75 133 65
Binary 11101111 11110100 11010 10 0 1011001 100 111101 1011011 110101

Color Harmonies of #EFF41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF41A

Black with #EFF41A

Text Example


Text Example

White with #EFF41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF41A; }

 p { color: rgb(239,244,26); }

 H1.HeaderClassName
 {
   color: #EFF41A;
 }
 .AnyTagClassName
 {
   color: #EFF41A;
 }
</style>

background-color css

<style>
 a { background-color: #EFF41A; }

 a { background-color: rgb(239,244,26); }

 div.DivClassName
 {
   background-color: #EFF41A;
 }
 .BgClassName
 {
   background-color: #EFF41A;
 }
</style>

border-color css

<style>
 span { border-color: #EFF41A; }

 span { border-color: rgb(239,244,26); }

 td.TdClassName
 {
   border-color: #EFF41A;
 }
 .TagClassName
 {
   border-color: #EFF41A;
 }
</style>