Html Css Color HEX #EFF008 Lemon

📋 copy color: '#EFF008'

red 239 ◦ green 240 ◦ blue 8

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

Shades of Lemon #EFF008

Tints of Lemon #EFF008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.64%

R = 49.08%
G = 49.28%
B = 1.64%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EFF008 (or 0xEFF008) is known color: Lemon. HEX triplet: EF, F0 and 08. RGB value is (239,240,8). Sum of RGB (Red+Green+Blue) = 239+240+8=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 240 (94.14% from 255 or 49.28% from 487); Blue value is 8 (3.52% from 255 or 1.64% from 487); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF008 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF008 is #100FF7. Grayscale: #D6D6D6. Windows color (decimal): -1052664 or 585967. OLE color: 585967.

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

Color convert

RGB 239 240 8 -
CMYK 0.00 0 0.97 0.06
HSL 60.26º 0.94% 0.49% -
HSV(B) 60.26º 0.97% 0.94% -
XYZ 66.8 80.69 12.28 -
YUV 213.25 12.17 146.36 -
System Red Green Blue C M Y K H S L
Decimal 239 240 8 0.00 0 0.97 0.06 60.26 0.94 0.49
Hex EF F0 8 0 0 61 6 3C 5E 31
Octal 357 360 10 0 0 141 6 74 136 61
Binary 11101111 11110000 1000 0 0 1100001 110 111100 1011110 110001

Color Harmonies of #EFF008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF008

Black with #EFF008

Text Example


Text Example

White with #EFF008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF008; }

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

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

background-color css

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

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

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

border-color css

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

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

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