Html Css Color HEX #EFF620 Lemon

📋 copy color: '#EFF620'

red 239 ◦ green 246 ◦ blue 32

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

Shades of Lemon #EFF620

Tints of Lemon #EFF620

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.58%

 BLUE value IS 32 (12.89% from 255) = 6.19%

R = 46.23%
G = 47.58%
B = 6.19%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#EFF620 (or 0xEFF620) is known color: Lemon. HEX triplet: EF, F6 and 20. RGB value is (239,246,32). Sum of RGB (Red+Green+Blue) = 239+246+32=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 246 (96.48% from 255 or 47.58% from 517); Blue value is 32 (12.89% from 255 or 6.19% from 517); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF620 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF620 is #1009DF. Grayscale: #DCDCDC. Windows color (decimal): -1051104 or 2160367. OLE color: 2160367.

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

Color convert

RGB 239 246 32 -
CMYK 0.03 0 0.87 0.04
HSL 61.96º 0.92% 0.55% -
HSV(B) 61.96º 0.87% 0.96% -
XYZ 68.81 84.37 14.02 -
YUV 219.51 22.18 141.9 -
System Red Green Blue C M Y K H S L
Decimal 239 246 32 0.03 0 0.87 0.04 61.96 0.92 0.55
Hex EF F6 20 3 0 57 4 3E 5C 37
Octal 357 366 40 3 0 127 4 76 134 67
Binary 11101111 11110110 100000 11 0 1010111 100 111110 1011100 110111

Color Harmonies of #EFF620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF620

Black with #EFF620

Text Example


Text Example

White with #EFF620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF620; }

 p { color: rgb(239,246,32); }

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

background-color css

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

 a { background-color: rgb(239,246,32); }

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

border-color css

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

 span { border-color: rgb(239,246,32); }

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