Html Css Color HEX #EFF021 Lemon

📋 copy color: '#EFF021'

red 239 ◦ green 240 ◦ blue 33

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

Shades of Lemon #EFF021

Tints of Lemon #EFF021

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.88%

 BLUE value IS 33 (13.28% from 255) = 6.45%

R = 46.68%
G = 46.88%
B = 6.45%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EFF021 (or 0xEFF021) is known color: Lemon. HEX triplet: EF, F0 and 21. RGB value is (239,240,33). Sum of RGB (Red+Green+Blue) = 239+240+33=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 240 (94.14% from 255 or 46.88% from 512); Blue value is 33 (13.28% from 255 or 6.45% from 512); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF021 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF021 is #100FDE. Grayscale: #D8D8D8. Windows color (decimal): -1052639 or 2224367. OLE color: 2224367.

HSL color Cylindrical-coordinate representation of color #EFF021: hue angle of 60.29º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EFF021 is Cyan = 0.00, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 240 33 -
CMYK 0.00 0 0.86 0.06
HSL 60.29º 0.87% 0.54% -
HSV(B) 60.29º 0.86% 0.94% -
XYZ 67.03 80.78 13.5 -
YUV 216.1 24.67 144.33 -
System Red Green Blue C M Y K H S L
Decimal 239 240 33 0.00 0 0.86 0.06 60.29 0.87 0.54
Hex EF F0 21 0 0 56 6 3C 57 36
Octal 357 360 41 0 0 126 6 74 127 66
Binary 11101111 11110000 100001 0 0 1010110 110 111100 1010111 110110

Color Harmonies of #EFF021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF021

Black with #EFF021

Text Example


Text Example

White with #EFF021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF021; }

 p { color: rgb(239,240,33); }

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

background-color css

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

 a { background-color: rgb(239,240,33); }

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

border-color css

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

 span { border-color: rgb(239,240,33); }

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