Html Css Color HEX #EFF40A Lemon

📋 copy color: '#EFF40A'

red 239 ◦ green 244 ◦ blue 10

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

Shades of Lemon #EFF40A

Tints of Lemon #EFF40A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.03%

R = 48.48%
G = 49.49%
B = 2.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#EFF40A (or 0xEFF40A) is known color: Lemon. HEX triplet: EF, F4 and 0A. RGB value is (239,244,10). Sum of RGB (Red+Green+Blue) = 239+244+10=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 244 (95.70% from 255 or 49.49% from 493); Blue value is 10 (4.30% from 255 or 2.03% from 493); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF40A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF40A is #100BF5. Grayscale: #D8D8D8. Windows color (decimal): -1051638 or 718063. OLE color: 718063.

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

Color convert

RGB 239 244 10 -
CMYK 0.02 0 0.96 0.04
HSL 61.28º 0.92% 0.5% -
HSV(B) 61.28º 0.96% 0.96% -
XYZ 68 83.07 12.74 -
YUV 215.83 11.84 144.53 -
System Red Green Blue C M Y K H S L
Decimal 239 244 10 0.02 0 0.96 0.04 61.28 0.92 0.5
Hex EF F4 A 2 0 60 4 3D 5C 32
Octal 357 364 12 2 0 140 4 75 134 62
Binary 11101111 11110100 1010 10 0 1100000 100 111101 1011100 110010

Color Harmonies of #EFF40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF40A

Black with #EFF40A

Text Example


Text Example

White with #EFF40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF40A; }

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

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

background-color css

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

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

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

border-color css

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

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

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