Html Css Color HEX #EFF91A Lemon

📋 copy color: '#EFF91A'

red 239 ◦ green 249 ◦ blue 26

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

Shades of Lemon #EFF91A

Tints of Lemon #EFF91A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.44%

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

R = 46.5%
G = 48.44%
B = 5.06%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#EFF91A (or 0xEFF91A) is known color: Lemon. HEX triplet: EF, F9 and 1A. RGB value is (239,249,26). Sum of RGB (Red+Green+Blue) = 239+249+26=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 249 (97.66% from 255 or 48.44% from 514); Blue value is 26 (10.55% from 255 or 5.06% from 514); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF91A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF91A is #1006E5. Grayscale: #DDDDDD. Windows color (decimal): -1050342 or 1767919. OLE color: 1767919.

HSL color Cylindrical-coordinate representation of color #EFF91A: hue angle of 62.69º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFF91A is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 249 26 -
CMYK 0.04 0 0.90 0.02
HSL 62.69º 0.95% 0.54% -
HSV(B) 62.69º 0.9% 0.98% -
XYZ 69.66 86.18 13.94 -
YUV 220.59 18.19 141.13 -
System Red Green Blue C M Y K H S L
Decimal 239 249 26 0.04 0 0.90 0.02 62.69 0.95 0.54
Hex EF F9 1A 4 0 5A 2 3F 5F 36
Octal 357 371 32 4 0 132 2 77 137 66
Binary 11101111 11111001 11010 100 0 1011010 10 111111 1011111 110110

Color Harmonies of #EFF91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF91A

Black with #EFF91A

Text Example


Text Example

White with #EFF91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF91A; }

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

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

background-color css

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

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

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

border-color css

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

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

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