Html Css Color HEX #EFF61C Lemon

📋 copy color: '#EFF61C'

red 239 ◦ green 246 ◦ blue 28

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

Shades of Lemon #EFF61C

Tints of Lemon #EFF61C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.46%

R = 46.59%
G = 47.95%
B = 5.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#EFF61C (or 0xEFF61C) is known color: Lemon. HEX triplet: EF, F6 and 1C. RGB value is (239,246,28). Sum of RGB (Red+Green+Blue) = 239+246+28=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 246 (96.48% from 255 or 47.95% from 513); Blue value is 28 (11.33% from 255 or 5.46% from 513); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF61C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF61C is #1009E3. Grayscale: #DBDBDB. Windows color (decimal): -1051108 or 1898223. OLE color: 1898223.

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

Color convert

RGB 239 246 28 -
CMYK 0.03 0 0.89 0.04
HSL 61.93º 0.92% 0.54% -
HSV(B) 61.93º 0.89% 0.96% -
XYZ 68.76 84.35 13.75 -
YUV 219.06 20.18 142.23 -
System Red Green Blue C M Y K H S L
Decimal 239 246 28 0.03 0 0.89 0.04 61.93 0.92 0.54
Hex EF F6 1C 3 0 59 4 3E 5C 36
Octal 357 366 34 3 0 131 4 76 134 66
Binary 11101111 11110110 11100 11 0 1011001 100 111110 1011100 110110

Color Harmonies of #EFF61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF61C

Black with #EFF61C

Text Example


Text Example

White with #EFF61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF61C; }

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

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

background-color css

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

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

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

border-color css

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

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

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