Html Css Color HEX #EFF20A Lemon

📋 copy color: '#EFF20A'

red 239 ◦ green 242 ◦ blue 10

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

Shades of Lemon #EFF20A

Tints of Lemon #EFF20A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.29%

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

R = 48.68%
G = 49.29%
B = 2.04%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#EFF20A (or 0xEFF20A) is known color: Lemon. HEX triplet: EF, F2 and 0A. RGB value is (239,242,10). Sum of RGB (Red+Green+Blue) = 239+242+10=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 242 (94.92% from 255 or 49.29% from 491); Blue value is 10 (4.30% from 255 or 2.04% from 491); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF20A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF20A is #100DF5. Grayscale: #D7D7D7. Windows color (decimal): -1052150 or 717551. OLE color: 717551.

HSL color Cylindrical-coordinate representation of color #EFF20A: hue angle of 60.78º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EFF20A is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 242 10 -
CMYK 0.01 0 0.96 0.05
HSL 60.78º 0.92% 0.49% -
HSV(B) 60.78º 0.96% 0.95% -
XYZ 67.4 81.88 12.54 -
YUV 214.66 12.51 145.36 -
System Red Green Blue C M Y K H S L
Decimal 239 242 10 0.01 0 0.96 0.05 60.78 0.92 0.49
Hex EF F2 A 1 0 60 5 3D 5C 31
Octal 357 362 12 1 0 140 5 75 134 61
Binary 11101111 11110010 1010 1 0 1100000 101 111101 1011100 110001

Color Harmonies of #EFF20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF20A

Black with #EFF20A

Text Example


Text Example

White with #EFF20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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